feat: Day-View UI for Day-Planner Epic #456
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!456
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/day-planner-heute-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Wires the existing
PlannerService(already implemented inapps/api/src/modules/planner) into a user-facing UI. The Day-Planner Epic had a complete backend since rc16 but no client surface; this is the missing UI layer.@mrrmlab/feature-day-planner—DayPlannerScreenrenders today's calendar events + planned candidate items merged on a single timeline, with source/priority badges and a manual "Tag jetzt planen" trigger.@mrrmlab/shared-types—DayPlanDto/DayPlanItem/DayPlanEventzod schemas.@mrrmlab/api-client— newPlannerResource(GET /planner/today,POST /planner/run)./heutedrawer entry (Expo Router)./heuteroute + sidebar entry (TanStack Router).Phase 5 (UI) of the Day-Planner Epic. Sibling phases (Planner v1/v2, Source-Done-Event-Bus per ADR 0001 §7, item-click → mark-done, refresh-on-focus) remain open under the Epic — no close-keyword used intentionally.
Test plan
pnpm --filter @mrrmlab/api-client test— 9/9 green (3 new inplanner.spec.ts)pnpm --filter @mrrmlab/web typecheck— cleanpnpm --filter @mrrmlab/mobile typecheck— cleannode scripts/sync-version.mjs --check— all 12 workspace packages at rc19Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com