You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app should be a one stop application for personal finance. It does not, at least in the first version, intend to connect to any Bank API or automate expense management.
Key features to consider for development
(each of these will have its own task)
Customizable output (decimal character, position of currency symbol, date format)
encrypted data: all of an user's data is encrypted before being stored in the database (maybe with the password value). The idea is that this is personal information and it might be a good marketing hook.
reports for a date range, with graphs (trendlines and piecharts)
it would be cool to have some kind of analysis (like trend) or forecast
comparisons against other users (anonymous, of the form: you are spending7% more per month than other people in your area). This must be done against a sort of centralized server.
internationalization. We should write the code so that everything is easily translateable
budgets (smart budgets)
shared wallets
The text was updated successfully, but these errors were encountered:
Description
The app should be a one stop application for personal finance. It does not, at least in the first version, intend to connect to any Bank API or automate expense management.
Key features to consider for development
(each of these will have its own task)
The text was updated successfully, but these errors were encountered: