byrokrat / giroapp

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

Add an Edit command #55

Closed hanneskod closed 7 years ago

hanneskod commented 7 years ago

Similar to add. Used to alter data associated with a mandate...

nonbinary commented 7 years ago

I think I'll get to work on this one. I'm thinking the interface will be quite similar to the add command, but with old values as default?

nonbinary commented 7 years ago

the current setup needs #25 to function fully, but might not need any code changes after #25 is done.

nonbinary commented 7 years ago

Oh that's right. Payer numbers are editable, and can be changed. Doing this would have to trigger a new Donor state chain, something like: MandatePayerNumberChanged -> MandatePayerNumberChangeSent -> MandateApprovedState Or something like this. But I'd say that functionality isn't for alpha2, but a separate issue.

hanneskod commented 7 years ago

Yes. Thanx for the separate issue! Will comment in the pull requests...