RIP-Comm / sossoldi

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

Updated accounts and categories management #85

Closed lucaantonelli closed 1 year ago

lucaantonelli commented 1 year ago

Known Issues:

theperu commented 1 year ago

Great job! I tried the app a little bit and noticed a few things:

https://user-images.githubusercontent.com/24766687/235300185-12ce5734-b874-4760-983d-081e6256ff2f.mov

GBergatto commented 1 year ago

I noticed that color is an integers used as the index for a list of default colors. Wouldn't it be better to save the HEX code instead and convert it directly to the Color class? With the current solution, if we were to edit the list of colors, we'd have to change all indexes across the database.

mikev-cw commented 1 year ago

Super cool! I'm merging this. As discussed on Discord, we will take care of issues raised by @theperu and @GBergatto on other PRs.