RoDoCode / Menooh

A culinary platform where users create, edit and review recipes. Collections of recipes make cookbooks. As the user community grows so too does the variation and options of recipes to add to your own cookbooks. Your profile has extra functions to make the collection even more useful at home.
0 stars 0 forks source link

USER STORY: Search Function #7

Open RoDoCode opened 1 year ago

RoDoCode commented 1 year ago

As a logged-in user, I want to be able to search through existing recipes

RoDoCode commented 10 months ago

AC 1 - "Easy to find a collected list of all recipes on the database" AC 2 - "Active search function seeks out groupings of recipes or individual dishes, or chefs/users"

RoDoCode commented 9 months ago

AC 1 - was not met - it was beyond the requirements of the markscheme and not feasible within time constraints however it is a simple addition for future iterations of the site and the groundwork has been laid with the successful design and implementation of the cookbooks.

AC 2 - was not met. The groundwork again has been laid, with each recipe's having distinct names, connected authors and shared categories. However the search function was beyond the scope of the markscheme and a randomised load of the post objects on the index page means that all recipes in the database are shown eventually and the user is not bored by loading the same index page each time listing only the first or last created items in the database.