Commit graph

84 commits

Author SHA1 Message Date
4006c7d2f3 2 - Add DigitalProgressBar and extract BucketCard component 2026-03-22 03:28:06 +01:00
ced02a2ab2 2 - Clean up dead code and restyle inline edit components 2026-03-22 03:05:23 +01:00
a9d74e3eee 2 - Restyle settings panel as inline slide-out block 2026-03-22 02:59:40 +01:00
7d2e373ffd 2 - Add 80s digital theme and restyle scenario page 2026-03-22 02:55:46 +01:00
618d674793 2 - Fix scenario resource data wrapper in Inertia props 2026-03-22 02:36:32 +01:00
e5a02c3c32 2 - Fix Vite hot reload in dev container 2026-03-22 02:31:24 +01:00
a94aabe604 19 - Add double-click guard to save distribution handler 2026-03-22 02:20:18 +01:00
0d322cde06 chore - Remove broken DashboardTest referencing commented-out dashboard route 2026-03-22 02:20:14 +01:00
3e894503fe 19 - Add save distribution button to income preview component 2026-03-22 02:18:00 +01:00
f4e5a186fa 19 - Add apply distribution endpoint to persist bucket balances 2026-03-22 02:15:22 +01:00
52ec8bb2ac 18 - Allow setting allocation value after type change 2026-03-22 02:07:26 +01:00
aca9644c5b 18 - Add inline editing for name, allocation type, and allocation value 2026-03-22 02:05:43 +01:00
81bd3880ec 18 - Add text mode to InlineEditInput 2026-03-22 02:02:56 +01:00
24de58982a 17 - Deduplicate Scenario type to shared types 2026-03-22 01:11:11 +01:00
b98b6f6dd9 17 - Add settings panel with distribution mode toggle 2026-03-22 01:08:44 +01:00
a7f9799391 17 - Share scenario as Inertia shared data 2026-03-22 01:00:39 +01:00
ac3e6d2ff9 17 - Add scenario PATCH route with distribution_mode validation 2026-03-22 00:56:20 +01:00
246ca69f40 17 - Rewrite tests for phased distribution service 2026-03-21 23:55:21 +01:00
d45ca30151 17 - Rewrite PipelineAllocationService for phased distribution 2026-03-21 18:23:38 +01:00
f14057d6d9 17 - Add distribution_mode to Scenario 2026-03-21 18:09:56 +01:00
cf89ee7cd2 16 - Update frontend for cents-based API 2026-03-21 17:48:58 +01:00
d6f60ab987 16 - Update tests for integer allocation_value 2026-03-21 17:42:52 +01:00
3a5126f51c 16 - Pass raw storage units through API 2026-03-21 17:26:45 +01:00
4554f4e417 16 - Migrate allocation_value to integer and update model 2026-03-21 16:54:11 +01:00
d603fc6401 12 - Integrate distribution preview into scenario page 2026-03-21 11:49:45 +01:00
0bec678b5a 12 - Add income distribution preview component 2026-03-21 11:40:34 +01:00
a70dc036fe 12 - Add tests for allocation preview endpoint 2026-03-21 11:19:00 +01:00
4a6e69d33b 12 - Add allocation preview endpoint 2026-03-21 11:05:50 +01:00
4bf3aef610 13 - Fix allocation_value nulled on partial updates 2026-03-21 10:52:27 +01:00
a045ee6c23 13 - Integrate inline editing into bucket cards 2026-03-21 10:47:36 +01:00
073efc4bda 13 - Add InlineEdit components 2026-03-21 10:37:52 +01:00
df985091dd 13 - Add tests for partial bucket updates 2026-03-21 10:35:05 +01:00
969a88bc53 13 - Support partial updates and starting_amount in bucket API 2026-03-21 09:43:50 +01:00
969c97b165 15 - Update tests for single-scenario routing 2026-03-20 15:33:24 +01:00
962acdc6ae 15 - Clean up frontend for single-scenario page 2026-03-20 15:20:49 +01:00
873484db74 15 - Redirect root to single scenario and hide CRUD routes 2026-03-20 14:46:08 +01:00
fab5a5f4be 14 - Add empty state with bucket setup guidance 2026-03-20 13:08:19 +01:00
66fb866f42 5 - Clean up dead formatting code and tighten buffer validation 2026-03-20 00:45:48 +01:00
8f6de4aace 5 - Add buffer multiplier UI with preset and custom options 2026-03-20 00:41:47 +01:00
ed6be6249e 5 - Expose buffer multiplier in controller and resource API layer 2026-03-20 00:37:23 +01:00
ad55a38c90 5 - Add buffer multiplier parameter to CreateBucketAction 2026-03-20 00:31:04 +01:00
50b7caf1f9 5 - Integrate buffer multiplier into pipeline allocation service 2026-03-20 00:28:20 +01:00
772f4c1c5a 5 - Add buffer multiplier support to Bucket model with effective capacity 2026-03-20 00:25:44 +01:00
b4903cf3cf 5 - Add buffer_multiplier column to buckets table 2026-03-20 00:21:24 +01:00
d742b84343 6 - Consolidate allocation type constraints into BucketTypeEnum and remove dead code 2026-03-19 23:54:58 +01:00
d06b859652 4 - Harden overflow bucket invariants with server-side guards 2026-03-19 21:49:00 +01:00
faff18f82b 4 - Update PHPStan baseline for bucket type changes and stale UUID entries 2026-03-19 21:41:36 +01:00
2f51374e3a 4 - Update frontend with bucket type support and visual distinction 2026-03-19 21:35:27 +01:00
e5dc7b0e21 4 - Update BucketController with bucket type validation and constraints 2026-03-19 21:29:03 +01:00
da036ce97f 4 - Add bucket type parameter to CreateBucketAction and update CreateScenarioAction 2026-03-19 21:22:09 +01:00