(DOCS): Updated API requirements for the create page.

These are very simple. Final step before API implementation can continue
is defining the user specs.
This commit is contained in:
Hayden Hargreaves 2025-06-10 21:34:25 -07:00
parent 0781a6c942
commit d1a1a2714e

View File

@ -187,6 +187,14 @@ creation process will take place here
##### API Requirements
- [ ] Middleware
- [ ] **Authentication:** User must be logged in to access this page
- [ ] **Authentication:** User must be logged in to submit the creation of a recipe (fallback)
- [ ] Recipe Creation Wizard
- [ ] Create a new recipe object in the database
- [ ] Recipe should be attached to a user (logged in)
- [ ] User should be directed to the view recipe page on a successful creation