Revisit allocation types with new bucket types #6

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

Review how BucketAllocationTypeEnum (fixed_limit, percentage, unlimited) interacts with the new bucket types (need, want, overflow).

  • overflow bucket type implies unlimited allocation — consider whether unlimited allocation type should be removed or automatically set for overflow buckets
  • fixed_limit and percentage remain per-bucket choices for need/want buckets
  • Ensure validation rules enforce valid combinations (e.g., overflow bucket cannot be fixed_limit)
  • Update any UI/logic that references allocation types to account for the new constraints
Review how `BucketAllocationTypeEnum` (fixed_limit, percentage, unlimited) interacts with the new bucket types (need, want, overflow). - `overflow` bucket type implies unlimited allocation — consider whether `unlimited` allocation type should be removed or automatically set for overflow buckets - `fixed_limit` and `percentage` remain per-bucket choices for need/want buckets - Ensure validation rules enforce valid combinations (e.g., overflow bucket cannot be fixed_limit) - Update any UI/logic that references allocation types to account for the new constraints
myrmidex added this to the v0.2.0 milestone 2026-03-19 20:09:40 +01:00
myrmidex self-assigned this 2026-03-19 23:47:01 +01:00
myrmidex added the
enhancement
label 2026-03-20 13:11:33 +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#6
No description provided.