-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53cb6c8
commit e297480
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
user friendly ideas | ||
1.Display number of pages between the pagination button | ||
2.ability to sort search results by duration or number of ingredients | ||
3.perform ingredient validation in view , before submitting the form | ||
4.improve recipe ingredient input: sepearate in multiple fields and allow more than 6 ingredients | ||
core additional feature : | ||
1. shopping list feature: button on recipe to add ingredients to a list | ||
2.weekly meal planning feature : assign recipe to the next 7 days and show on a weekly calender, can create a dropdown on each recipe then show it for the next 7 days | ||
3.get nutrition data on each ingredients from spoonacular API(https://spponacular.com/food-api) and calculated total calories of recipe | ||
*/ |