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 concept of categories is to tag similar entries together. There are separate categories for each different type of entry: expeses, revenues, loans, investments.
There must also be mandatory categories, which are not editable nor deletable, and optional categories which are the opposite.
The categories themselves are TBD.
Find out how many types of entries there are.
Create the logic and DB structure for category handling, such as "add", "edit", "delete"
Create a unique ID for each category and keep this ID when editing. Always link by ID and not by name, so categories edition does not mess with the list of entries.
Define which categories are mandatory. Provide at least one category for each type of entry (e.g. expenses).
Provide a set of optional categories that are default to a new login. The user is able to delete or edit them.
The text was updated successfully, but these errors were encountered:
The concept of categories is to tag similar entries together. There are separate categories for each different type of entry: expeses, revenues, loans, investments.
There must also be mandatory categories, which are not editable nor deletable, and optional categories which are the opposite.
The categories themselves are TBD.
The text was updated successfully, but these errors were encountered: