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

Commits on Mar 25, 2020

  1. Add Entry Category

    - 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)
    w-k-s committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    d98d50a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Add category with income and expense entries, view category on entry …

    …list
    
    - Return Category in response of Update Entry
    - Display category in entry list
    - Add i18n for "Category"
    - Send Category parameter in Update entry
    w-k-s committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    1cd2a5f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Associate categories with account i.e. Each account can create their …

    …preferred categories
    
    - Send accountID with updateEntry request
    - Update database schemas
    w-k-s committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    63832e1 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    w-k-s committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b595927 View commit details
    Browse the repository at this point in the history
  3. Minify generated css

    w-k-s committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    eb708b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88ef1e View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    w-k-s committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    fbba1ea View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Drop down list for categories

    - 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
    w-k-s committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    eed1211 View commit details
    Browse the repository at this point in the history
  2. Deduplicate newly created array

    w-k-s committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    af4bd93 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    7f0cc99 View commit details
    Browse the repository at this point in the history