#101c — Vorratsschrank — Kommentare-UI (Folge-Story zu #101) #102
Labels
No labels
priority/could
priority/must
priority/should
priority/wont
status/blocked
status/claimed
status/done-migrated
type/bug
type/feature
type/infra
type/tech-debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
robert/todo#102
Loading…
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?
Story: Vorratsschrank — Kommentare-UI (Folge-Story zu
#101)Depends on:
#101(Backend + DTOs bereits geliefert).As a Vorratsschrank-Nutzer,
I want to Kommentare auf Pantry-Produkten schreiben und lesen (z. B. "Läuft 15.01. ab",
"Beim Discounter viel günstiger"),
so that ich haushaltsrelevante Notizen an den Produkten selbst verankere.
Acceptance criteria:
PantryCommentList-Komponente (analogCommentListfür Todos) mitAnlegen/Löschen/Auflistung, Autor-Anzeige, Zeitstempel.
PantryItem; Anzahl-Badge auf dem Icon, sobaldKommentare vorhanden sind.
Kommentare löschen (Backend erzwingt das bereits).
Backend bereits vorhanden (aus
#101):CreatePantryProductCommentCommand,DeletePantryProductCommentCommand,GetPantryProductCommentsQuery,AuthorizePantryProductCommentDeleteAccessForCurrentUserQuery.PantryProductCommentDtoinCommon.Dtos.Out of scope: keine Kommentar-Broadcasts über WS.