Files
Cibello-app/infrastructure/migrations/meta/_journal.json
T
Sven (AAMOS AI) cb493010d0 3c: partial consumption + undo for cooking sessions
- Append-only undo via correction transactions tied to cookingSessionId.
- POST /v1/cooking-sessions/:id/undo with 24h UTC window (409 + i18n after expiry).
- Complete undo scope: meals removed, meal boxes discarded, recipe_cooks
deleted, cookCount decremented; activation milestones left intact.
- Deterministic assumption-profile rollback via lastSessionAnswers.sessionId;
profile deleted when observationCount reaches 0.
- New status 'undone' as TEXT validated against COOKING_SESSION_STATUSES.
- Analytics event cooking_session_undone + domain events MEAL_BOX_DISCARDED,
MEAL_REMOVED, COOKING_SESSION_UNDONE.
- Partial consumption uses actualPortionsEaten/plannedPortions factor.
- i18n coverage for cooked.undoWindowExpired across all 12 locales + server.
- Invariant tests: computeBalance(transactions) === item.quantity after
complete, undo, and undo + new complete; transaction count increases on undo.
- Migration 0014_expand_event_types.sql adds new enum values.
- Updated FAS3-COOKING-SESSIONS-AUDIT.md with chosen semantics.
2026-08-07 05:47:54 +07:00

104 lines
2.0 KiB
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1785832532499,
"tag": "0000_misty_human_robot",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1785933544717,
"tag": "0001_eager_wilson_fisk",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1785945908559,
"tag": "0002_pink_shockwave",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1785947000212,
"tag": "0003_low_dreadnoughts",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1785952349917,
"tag": "0004_progressive_onboarding",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1785954010000,
"tag": "0005_household_activation",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1786028467254,
"tag": "0006_wakeful_virginia_dare",
"breakpoints": true
},
{
"idx": 7,
"version": "7",
"when": 1786031744466,
"tag": "0007_unusual_leader",
"breakpoints": true
},
{
"idx": 8,
"version": "7",
"when": 1786032811621,
"tag": "0008_exotic_fallen_one",
"breakpoints": true
},
{
"idx": 9,
"version": "7",
"when": 1786033392652,
"tag": "0009_lovely_stingray",
"breakpoints": true
},
{
"idx": 10,
"version": "7",
"when": 1786040250124,
"tag": "0010_melted_chimera",
"breakpoints": true
},
{
"idx": 11,
"version": "7",
"when": 1786046260703,
"tag": "0011_gray_corsair",
"breakpoints": true
},
{
"idx": 12,
"version": "7",
"when": 1786049332540,
"tag": "0013_dark_the_anarchist",
"breakpoints": true
},
{
"idx": 13,
"version": "7",
"when": 1786055900000,
"tag": "0014_expand_event_types",
"breakpoints": true
}
]
}