byrokrat / giroapp

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

Add events for address updates #169

Closed hanneskod closed 5 years ago

hanneskod commented 6 years ago

Its a good hook to be able to react (in plugins) when an address/mail/phone has been updated. For example sending confirmation mails..

ADDRESS_UPDATED etc..

hanneskod commented 5 years ago

Related: There should probably not be one grand edit command. Better to break it down in edit-address, change-amount and so on, as different edits should often trigger specific actions..