feat(habits): UI für Habit-Verwaltung (Web + Mobile) #486
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#486
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Sub-Issue von #360 (Phase 4 abschließen).
Kontext
Das Backend für Habits-as-Candidate-Source ist seit ein paar Sprints fertig:
habits-Tabelle (Drizzle-Schema), HabitsService (CRUD), HabitsController (/habits)apps/api/test/integration/habits.int-spec.tsWas fehlt: UI um Habits anzulegen. Aktuell nur per API-Direktcall möglich (analog rc25-Lücke bei Kalender).
Akzeptanzkriterien
shared-types/habit.ts:habitSchema,createHabitRequestSchema,updateHabitRequestSchemaapi-client/habits.ts: HabitsResource mitlist,create,update,delete+ Tests (inkl. Schema-Drift-Guard wie rc22-Lehrlauf)feature-day-planner: HabitsSettingsScreen (Tamagui cross-platform), Liste + Add-Form (Titel + recurrenceDays + anchorDate), Delete-Button pro Row/einstellungen/habitsroute + Sidebar-Eintragapp/einstellungen/habits.tsx+ Drawer-Einstellungen-EintraguseHabits,useCreateHabit,useDeleteHabitmit TanStack Query InvalidationOut-of-Scope
Release
rc27.
Bezug