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

Add Category for Entry #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

w-k-s
Copy link

@w-k-s w-k-s commented Mar 27, 2020

  • Add a category for each expense entry.

For example:
Description: Electricity Bill
Category: Utilities

  • Categories are associated with users so that a user can create his/her preferred categories.
  • Specifying a category is optional.
  • User can choose from existing categories, or add a new one

demo

w-k-s added 10 commits March 26, 2020 00:36
- Add Category type to models
- Create Category table
- Save Category with Entry (Create Category first if not exists)
- Load Category with entries
- New Endpoint to return all Categories (/api/categories)
…list

- Return Category in response of Update Entry
- Display category in entry list
- Add i18n for "Category"
- Send Category parameter in Update entry
…preferred categories

- Send accountID with updateEntry request
- Update database schemas
- Add /api/categories endput to fetch list of categories created by user
- Add Category Type to differentiate between income/expense type categories
- Add support for input with datalists in form.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant