komunitin / komunitin

Open System for Exchange Communities
GNU Affero General Public License v3.0
12 stars 1 forks source link

D3 More features for local payments #281

Open estevebadia opened 7 months ago

estevebadia commented 7 months ago

Payments/payment requests Credit/debit limit schemes Edit currency Edit/delete account Currency, transaction and additional account state Post events to notifications service Automatic testing

estevebadia commented 5 months ago

Payments/payment requests [DONE] Accounts may have the acceptPaymentsAutomatically or can update their transaction. Credit/debit limit schemes [DONE] Accounts have a static creditLimit value [DONE] Implement progressive credit limit on received payments. [DONE] Implement accept payments after X days. [DONE] Implement whitelist. Edit currency [DONE] As far as defined options Edit/delete account [DONE] As far as defined options [TODO] MaxBalance [TODO] Users Currency, transaction and additional account state [DONE] notifications [DONE]: Post events to notifications service [DONE]: Also let notifications service query the API (authorization) needed?. [DONE]: Check if events contain mixed info (with social api) and change the notifications service accordingly. Integration with the APP [DONE]: Check for missing features (api filters, etc) [DONE]: Check for breaking changes (and update the app and either update ICES or make the app compatible) [DONE]: Check for upgrades to the app (transaction times increased so we may need to add an animation, check if there are more cases like that) [DONE]: Check how to integrate all workflows (account creation)