feat(habits): CRUD UI für Habits-Source (#486) #487
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!487
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/habits-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?
Phase 4 von Day-Planner Epic #360 abschließen.
Was sich ändert
Backend für Habits-Source (Tabelle, Service, Controller, Spawner-Cron) ist seit ein paar Sprints fertig — User konnten Habits aber nur per API-Direktcall anlegen. rc27 schließt die UI-Lücke (analog rc25 Calendar Settings).
Stack
shared-types/habit.ts: habitSchema + create/update Request-Schemasapi-client/habits.ts: HabitsResource (list/create/update/delete) + 5 Tests (incl. Schema-Drift-Guard)feature-day-planner/habits-settings-screen.tsx: Tamagui-Screen, list + add-form (Titel, recurrenceDays, anchorDate), Delete-Button pro RowuseHabits,useCreateHabit,useDeleteHabit/einstellungen/habits+ Sidebar-Eintrag „Routinen"app/einstellungen/habits.tsx+ Drawer-Index-EintragTests
Out-of-Scope (v1 UI)
Closes #486.