fantadrinker / finance-app

0 stars 0 forks source link

how to track budget? #168

Open fantadrinker opened 1 week ago

fantadrinker commented 1 week ago

User should be able to set up a monthly budget on a category.

Then user can see for each month, if the budget has been hit, and how much over/under it has

User should also be able to see the budget bleedover to next month, in other words how much over budget or saved over this year.

fantadrinker commented 1 week ago

User should be able to set up a monthly budget on a category.

need a POST+PUT /budget endpoint

Then user can see for each month, if the budget has been hit, and how much over/under it has

GET /budget

User should also be able to see the budget bleedover to next month, in other words how much over budget or saved over this year.

can probably calculate this on frontend