From e38f4e8b51567e18b2e16fb905645a8767259d84 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Thu, 10 Jul 2025 20:01:01 -0700 Subject: [PATCH] (DOC): Updated technical specifications. --- doc/TechnicalSpecification.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/TechnicalSpecification.md b/doc/TechnicalSpecification.md index c07f639..367385a 100644 --- a/doc/TechnicalSpecification.md +++ b/doc/TechnicalSpecification.md @@ -78,19 +78,19 @@ well as view lists of recently made recipes, recently viewed and trending recipe ##### API Requirements -- [ ] Message & Pills Banner - - [ ] Search all recipes of a specific meal type +- [ ] ~Message & Pills Banner~ + - [ ] ~Search all recipes of a specific meal type~ -- [ ] Search bar - - [ ] Text search on titles based on search query - - [ ] Text search on tags based on search query - - [ ] Text search on **meal** based on search query +- [x] Search bar + - [x] Text search on titles based on search query + - [x] Text search on tags based on search query + - [x] Text search on **meal** based on search query -- [ ] Filter drop down - - [ ] Update search to only contain meals from selected filter - - [ ] Update search to only contain means that meet the time requirement of the selected filter - - [ ] Update search to only contain meals that meet the difficulty level of the selected filter - - [ ] Update search to only contain meals that meet the serving size of the selected filter +- [x] Filter drop down + - [x] Update search to only contain meals from selected filter + - [x] Update search to only contain means that meet the time requirement of the selected filter + - [x] Update search to only contain meals that meet the difficulty level of the selected filter + - [x] Update search to only contain meals that meet the serving size of the selected filter - [ ] Recipe of The Week - [ ] Fetch the most performing recipe of the last 7 days and all of the required meta data