-
Notifications
You must be signed in to change notification settings - Fork 1
Support user-created meals #3
Copy link
Copy link
Open
Description
Description:
We need to allow users to create and save their own meals.
Requirements
- Users can create a custom meal with a name, ingredients, and optional instructions
- User-created meals are stored per-user in Firestore
- Meals page shows the user's saved meals (not hardcoded/app-provided ones)
- Users can edit and delete their own meals
Endpoints (to add)
| Method | Route | Purpose |
|---|---|---|
| POST | /meals |
Create a user meal |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels