Giter Club home page Giter Club logo

Comments (4)

jakehilborn avatar jakehilborn commented on July 18, 2024

I've gotten requests from some users to support differing numbers of transactions per card. One user has four cards which need 60, 60, 15, and 15 transactions respectively.

This is a complicated change to make. I'm also looking at redesigning the config system in general to separate out merchant by merchant. Another user just wrote a module for AT&T which now brings the monolith config file to 4 merchants. It's getting long and hard to read through in a text editor.

How about I handle this change? I've got the whole day open so I was planning on working on debbit anyway. 🙂

from debbit.

kevin-david avatar kevin-david commented on July 18, 2024

Nice - that's why I checked, I'll hold off!

I'm also looking at redesigning the config system in general to separate out merchant by merchant.

That'd be really cool. I've got the auto-archive thing I alluded to over in #3 working, but it uses this hacky approach (the dry_run feature was something else I was playing with):

--- a/src/sample_config.txt
+++ b/src/sample_config.txt
@@ -11,6 +11,10 @@ amazon_gift_card_reload:
     # change this to True after configuring the options below
     enabled: False
 
+    merchant_specific_config:
+        # Set to true to automatically archive the latest gift card reload
+        archive: True
+
     # Set this to true to skip the actual GC-reload - useful for testing
     dry_run: False

Might put up a PR anyway, even if I have to rebase/redo it later.

from debbit.

rowdawg21 avatar rowdawg21 commented on July 18, 2024

Has the multi-card per merchant feature been implemented yet? I'm not seeing it, but I'm new to this site so I may not be looking in the right place. I have 3 debit cards that I put 10-12 Amazon reload transactions on every month, and it would be great to get it automated!

from debbit.

kevin-david avatar kevin-david commented on July 18, 2024

Given this is implemented now, closing!

from debbit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.