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

Create CRUD of Goals #23

Open
dmitryrck opened this issue Mar 27, 2021 · 0 comments
Open

Create CRUD of Goals #23

dmitryrck opened this issue Mar 27, 2021 · 0 comments

Comments

@dmitryrck
Copy link
Owner

dmitryrck commented Mar 27, 2021

This is only the CRUD this is not the report.


CRUD with:

  • title - string
  • categories - list of categories split by ,
  • value - float
  • kind - Enumeration: weekly, monthly, yearly

Example

The goal here is to have something like:

I (user) want to limit my expenses with supermarket to 200 weekly

Which turns out to be:

  • title= "Weekly supermarket expenses"
  • categories= "supermarket"
  • value= 200
  • kind= weekly
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

No branches or pull requests

1 participant