Profile feature #21
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#21
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?
Scope
Fields per
idea.md: Name, Contact details (multi-entry), Picture, Title statement, Brief.Backend:
user_idFK and is unique per user (one profile per user).user_idis taken from the session, never from the request body.user_idso files can't collide or leak across users.Frontend:
Acceptance criteria
Part of epic #4. Depends on #8, #10, #20.