Open georgeef opened 1 month ago
Inspired by DimeApp, so far, it has
I think first step might be to
proposal:
also:
notes:
(1) with category icons it should be ok as it is, but with my test database i don't see icons (my category names are different). in general it won't be so easy for users to add convenient icons for all categories, if they have many.
(2) my categories organization does not work well with the last name only (e.g., i have auto:insurance, house:insurance); the last name is not always the most important.
interchange should be fine and easy to change, just a design.
plan to add an Account picker in the top-right corner, as a global filter. multi-account design introduces too much complexity so far
in terms of category icon, it is based on some pre-defined name in https://github.com/moneymanagerex/database
we can also consider them during database creation.
ok, i see. these are the default categories when a new database is created. in my test database i have changed them since long time and then i forgot the default categories.
in any case we need a feature to customize categories and their icons, so we also need to store the association to icons (there is no field for this in the database).
we could also add a setting like "Show icons in categories".
yup, that is a nice-to-have feature after we finished the major piece
The transactions list is through the 'Manage' tab, right?
It seems like this list is the 'Checking' tab from the bottom nav;
The Transaction list view contains very little information per transaction, due to limited space. The same is true for other lists, but transactions contain more info which is of interest to the user.
The Detail View contains more (or all) info, however it is inconvenient for the users to switch back and forth between the two views (this creates some discontinuity in the browsing through the List View).
Proposal
Add a button or something clickable on a transaction item, which when pressed creates more space for the selected transaction. The items below it are pushed further down, and in the new space some more information appears for the selected transaction (e.g., splits, tags, number/link to attachments, etc.). In this way users can quickly preview more information, without leaving the List View.