managarten/apps/mana/apps/web/src/lib/modules/plants
Till JS b857063120 refactor: rename eventstream -> activity, cycles -> period
eventstream was confusingly branded "Events" in the app registry,
colliding with the real events calendar module. Renamed to activity
(DE: Aktivität) since it's a live activity feed across all modules.

cycles -> period (DE: Periode) makes the menstrual-tracking module
self-describing. Tables cycles/cycleDayLogs/cycleSymptoms renamed to
periods/periodDayLogs/periodSymptoms; field cycleId -> periodId;
TimeBlockType 'cycle' -> 'period'; domain event CycleDayLogged ->
PeriodDayLogged. Generic "cycle" usages (billing, lifecycle, breath,
bicycle, import cycles) left untouched.

Constant disambiguation: prior DEFAULT_PERIOD_LENGTH (bleeding days)
renamed to DEFAULT_BLEEDING_DAYS; prior DEFAULT_CYCLE_LENGTH (28d full
cycle) is now DEFAULT_PERIOD_LENGTH.

Pre-launch, no data migration needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 19:45:43 +02:00
..
stores refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
utils refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
views refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
api.ts refactor: rename nutriphi module to food (Essen) 2026-04-14 15:30:07 +02:00
collections.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
index.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
ListView.svelte refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
module.config.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
mutations.test.ts refactor: rename eventstream -> activity, cycles -> period 2026-04-14 19:45:43 +02:00
mutations.ts feat(brain): add domain events + tools for remaining 9 modules 2026-04-13 23:26:57 +02:00
queries.test.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
queries.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
quick-input-adapter.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00
tools.ts feat(brain): add domain events + tools for remaining 9 modules 2026-04-13 23:26:57 +02:00
types.ts refactor: rename planta → plants, clean up codebase 2026-04-12 18:59:44 +02:00