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