RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
266 stars 74 forks source link

Internal alerting system #44

Closed mikev-cw closed 1 year ago

mikev-cw commented 1 year ago

We need a class that handles displayable alerts to the user. I mean messages like "ok! Your transactions has been added" or error messages like "a category is needed to save the transaction"

NandayDev commented 1 year ago

I can do this. Is there UI design to follow, or should I just create a generic alert dialog?

mikev-cw commented 1 year ago

Good! I don't think there is a render on Figma about that. You can just try to do a generic dialog, with classic success/warning/error/info design. Thank you!

NandayDev commented 1 year ago

Ok it's ready. Can I get write access to push my feature branch and create the pull request? Or do you have a different procedure in place?

mikev-cw commented 1 year ago

Cool! Just fork this repo, do your commits, then open a PR. We'll merge from there. Thank you!

NandayDev commented 1 year ago

There you go https://github.com/RIP-Comm/sossoldi/pull/46