Commit Graph

7 Commits

Author SHA1 Message Date
2d2556fd26 Reshape shared/commonMain domain model
Replace the 11 hand-rolled model files with 7 grouped by concern. Typed
ID value classes kill bare-string FKs. Canonical 3-value MeasurementUnit
enum kills the runtime unitMismatch class — Polish vocabulary lives in
Quantity.displayHint as render-only metadata. MealExtras (5 maps) collapses
into IngredientCustomization + PlanCustomization. IngredientCategory and
MealSlot become household-scoped entities with LocalizedString names so
they're customizable without an app release. Display names land as
LocalizedString from day one; no Polish strings in identifiers or wire
codes. Recipe drops allowedSlots — slot affinity is a UI-layer match on
Recipe.tags vs MealSlot.name. Skip is absence, not a sealed sibling.

Plan: ~/.claude/plans/i-have-generated-some-inherited-conway.md.

Covered by SerializationRoundTripTest: 12 assertions across typed-ID
inlining, MeasurementUnit wire format, LocalizedString JSON shape, full
PlanEntry round-trip with every customization kind, SyncMeta tombstone
omission, and Catalog defaults handling. All targets compile and pass:
JVM, Android (debug + release), iOS Simulator Arm64.
2026-05-19 23:11:05 +02:00
f7e866a08d Add preparing navigation to roadmap 2026-05-07 22:51:01 +02:00
95bbeb57d2 Simplify Lokksmith integration 2026-04-30 22:27:37 +02:00
e0af5f4053 Add authentication 2026-04-29 21:07:49 +02:00
6684b7179d Wire project infrastructure 2026-04-29 21:07:49 +02:00
4b838cfb99 Prepare project plan 2026-04-29 21:07:49 +02:00
bf8b46bff2 Initial commit 2026-04-23 22:50:48 +02:00