envelope-zero / frontend

Official frontend for Envelope Zero
Other
6 stars 2 forks source link

Quick Allocation #514

Open malfynnction opened 1 year ago

malfynnction commented 1 year ago

Dashboard should have a "quick allocation" button, opening a popup with the different options (as soon as they are implemented in the backend)

image image
malfynnction commented 1 year ago

Depends on https://github.com/envelope-zero/backend/issues/440

morremeyer commented 1 year ago

This will need to use the /v1/month endpoint, which does not depend on https://github.com/envelope-zero/backend/issues/440 as that is transparent.

The /v1/month endpoint currently already supports “Allocations last month“ (ALLOCATE_LAST_MONTH_BUDGET) and “Spent last month“ (ALLOCATE_LAST_MONTH_SPEND).

I think it makes sense to implement those two for now and then add “Average spent last year“ and „set all to 0“ once these are added in the backend.

malfynnction commented 1 year ago

Are "Average spent last year" and "set all to 0" still modes you would like to have? If so, let me know when you've implemented them in the backend! :)

morremeyer commented 1 year ago

Yes, they are. I'll add the waiting label again and will let you know.

morremeyer commented 6 months ago

Depends on https://github.com/envelope-zero/backend/issues/294