fix: unify stock semantics across planner and scheduler (#245)

* fix: unify stock semantics across planner and scheduler

* fix: stabilize dashboard hmr and align stock helper tests
This commit is contained in:
Daniel Volz
2026-02-21 15:24:53 +01:00
committed by GitHub
parent 02af93ec55
commit 612aa007aa
14 changed files with 846 additions and 285 deletions
+1
View File
@@ -69,6 +69,7 @@ export type PlannerRow = {
medicationId: number;
medicationName: string;
totalPills: number;
currentPills?: number;
plannerUsage: number;
blisterSize: number;
blistersNeeded: number;