Closed hanneskod closed 5 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...
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??
Possibility to delete registered payments in AUTOGIRO
from version beta-1.
Fix #166 first..
Should look something like:
AwaitingTransactionUpdate
.TransactionUpdateSent
.AwaitingTransactionRegistration
, the new amount has already been set.TransactionRegistrationSent
.TransactionActive
.See #46 for more thoughts on this new state name paradigm.
Needs a flow where current transactions are canceled and a new transaction is registered. Could this be done in the same ag file??