Global scenario setting for fill order strategy #8

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

Add a global setting to control the fill order strategy. (Single scenario per account per #22 — this is an app-level setting stored on the scenario model.)

Options:

  • Balanced (default): needs base → wants base → needs buffer → wants buffer → overflow
  • Needs-first: needs base → needs buffer → wants base → wants buffer → overflow

This setting determines whether want buckets receive their base allocation before or after need buckets reach their buffer.

  • Add setting to scenario model (e.g., fill_strategy column)
  • Update settings UI
  • Integrate with fill order logic from #7
Add a global setting to control the fill order strategy. (Single scenario per account per #22 — this is an app-level setting stored on the scenario model.) Options: - **Balanced** (default): needs base → wants base → needs buffer → wants buffer → overflow - **Needs-first**: needs base → needs buffer → wants base → wants buffer → overflow This setting determines whether want buckets receive their base allocation before or after need buckets reach their buffer. - Add setting to scenario model (e.g., `fill_strategy` column) - Update settings UI - Integrate with fill order logic from #7
myrmidex added this to the v0.3.0 milestone 2026-03-19 20:09:42 +01:00
myrmidex added the
enhancement
label 2026-03-20 13:11:35 +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#8
No description provided.