Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global: add categories #14

Open
5 tasks
leograba opened this issue Sep 24, 2018 · 0 comments
Open
5 tasks

Global: add categories #14

leograba opened this issue Sep 24, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@leograba
Copy link
Owner

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.
@leograba leograba added enhancement New feature or request good first issue Good for newcomers labels Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant