From d1a1a2714e2995019ae9255225085b682eecbcd9 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Tue, 10 Jun 2025 21:34:25 -0700 Subject: [PATCH] (DOCS): Updated API requirements for the create page. These are very simple. Final step before API implementation can continue is defining the user specs. --- spec/TechnicalSpecification.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spec/TechnicalSpecification.md b/spec/TechnicalSpecification.md index 517ea5c..fa6331e 100644 --- a/spec/TechnicalSpecification.md +++ b/spec/TechnicalSpecification.md @@ -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