-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
References Issue #3
Story(optional):As a user, I want to organize ingredients into folders (like
fridge, or cabin fridge) and be able to query recipes based on
these folders.
Description: User can categorize their ingredients into separate folders
Actor: User
Precondition: User chooses ingredient(s) they wish to categorize
Trigger: User selects to comment on recipes
Basic Flow:
1. User creates a folder for storing separate recipes
2. User selects an ingredient or multiple ingredients via their pantry
3. User chooses to categorize these recipes into a folder that already exists
4. User can later search recipes based on these folders or traverse into these folders for those ingredients
Tests:
- If there is no category or folders created then the users cannot search based on categories and no folders show up
- If folders do exist then users can traverse into them and examine ingredients inside and query based on that folders name is possible
- If folder exists but is empty then searching based on that folder would return nothing or alert user that it is empty