Add bucket types (need, want, overflow) #4

Closed
opened 2026-03-19 20:09:36 +01:00 by myrmidex · 0 comments
Owner

Add a BucketTypeEnum with values: need, want, overflow.

  • Add type column to buckets table
  • need — essential expenses (rent, groceries, utilities)
  • want — discretionary spending (entertainment, dining out)
  • overflow — catches all remaining money after other buckets are filled (replaces the concept of unlimited allocation type)
  • A scenario should have exactly one overflow bucket
  • Update bucket creation/edit UI to include type selection
  • Update bucket resource/API to expose type
Add a `BucketTypeEnum` with values: `need`, `want`, `overflow`. - Add `type` column to buckets table - `need` — essential expenses (rent, groceries, utilities) - `want` — discretionary spending (entertainment, dining out) - `overflow` — catches all remaining money after other buckets are filled (replaces the concept of `unlimited` allocation type) - A scenario should have exactly one overflow bucket - Update bucket creation/edit UI to include type selection - Update bucket resource/API to expose type
myrmidex added this to the v0.2.0 milestone 2026-03-19 20:09:36 +01:00
myrmidex self-assigned this 2026-03-19 21:05:52 +01:00
myrmidex added the
enhancement
label 2026-03-20 13:11:32 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/buckets#4
No description provided.