byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

Add DonorState(s) to alter donated amount #13

Closed hanneskod closed 5 years ago

hanneskod commented 7 years ago

Needs a flow where current transactions are canceled and a new transaction is registered. Could this be done in the same ag file??

hanneskod commented 7 years ago

At the moment there is a feature to change amount using the edit command, but this only affects the value in the local database. Additional logic needed...

hanneskod commented 7 years ago

Also needs a long descriptive phrase that explains how changing amount affects state to EditCommand and simliar.

Update QuestionFactory??

Inteface with descriptions instead of tabular algorithm in commands??

hanneskod commented 6 years ago

Possibility to delete registered payments in AUTOGIRO from version beta-1.

hanneskod commented 6 years ago

Fix #166 first..

hanneskod commented 5 years ago

Should look something like:

  1. Enter AwaitingTransactionUpdate.
  2. Export will trigger a transaction removal (same as pause) and enter TransactionUpdateSent.
  3. Response that all ok enters AwaitingTransactionRegistration, the new amount has already been set.
  4. Export and TransactionRegistrationSent.
  5. When we see a performed transaction enter TransactionActive.

See #46 for more thoughts on this new state name paradigm.