You should follow the layout of the wireframes provided. You should personalize the rest of the design including colors, typographies, spacings, etc.
Login page and registration page:
Should be built with Devise.
Recipes list:
Should display a list of recipes created by the logged-in user as in the wireframe.
Should lead to recipe details.
Public recipe list:
Should display a list of all public recipes ordered by newest as in the wireframe.
Should lead to recipe details.
If the user is the owner of the recipe, should allow the user to delete it.
Recipe details:
Should display a toggle button that allows for a recipe to be made public or private.
If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe.
If the user is the owner of the recipe, should lead to the form that allows the user to add new food.
Make sure there are no N+1 queries happening.
Create a navigation menu that allows users to open all of the pages you created.
Write unit and integration tests
Only for a group that has less than 3 members:
Food list:
Should display a list of food added by the logged-in user as in the wireframe (display also quantity of a given food).
Should lead to a form that allows users to add new food.
General shopping list view:
Should show the list of food that is missing for all recipes of the logged-in user (compare the list of food for all recipes with the general food list of that user).
Should count the total food items and total price of the missing food.
If your team has 3 members these are requirements; otherwise, they are additional requirements
Inventories list:
Should display a list of inventories created by the logged-in user as in the wireframe.
Should lead to inventory details.
If the user is the owner of the inventory, should allow to delete it.
Inventory details:
Should display the inventory details as in the wireframe.
Should lead to a form that allows users to add new food.
Recipe details:
Should have a modal to choose an inventory to create a shopping list with, as in the wireframe.
Inventory shopping list:
Should show the list of food that is missing by comparing the food in the recipe with the food in the inventory.
Should count the total food items and total price of the missing food.
Dear @Reviewer, kindly use this command for testing: bundle exec rspec
Technical setup
Set up the repository on GitHub and use Gitflow.
Set up Devise for authentication.
Set up RSpec and Capybara testing libraries.
Features we completed in this Capstone
You should follow the layout of the wireframes provided. You should personalize the rest of the design including colors, typographies, spacings, etc.
Should be built with Devise.
Should display a list of recipes created by the logged-in user as in the wireframe. Should lead to recipe details.
Should display a list of all public recipes ordered by newest as in the wireframe. Should lead to recipe details. If the user is the owner of the recipe, should allow the user to delete it.
Should display a toggle button that allows for a recipe to be made public or private. If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe. If the user is the owner of the recipe, should lead to the form that allows the user to add new food. Make sure there are no N+1 queries happening.
Create a navigation menu that allows users to open all of the pages you created.
Only for a group that has less than 3 members:
Should display a list of food added by the logged-in user as in the wireframe (display also quantity of a given food). Should lead to a form that allows users to add new food. General shopping list view: Should show the list of food that is missing for all recipes of the logged-in user (compare the list of food for all recipes with the general food list of that user). Should count the total food items and total price of the missing food. If your team has 3 members these are requirements; otherwise, they are additional requirements
Should display a list of inventories created by the logged-in user as in the wireframe. Should lead to inventory details. If the user is the owner of the inventory, should allow to delete it.
Should display the inventory details as in the wireframe. Should lead to a form that allows users to add new food.
Should have a modal to choose an inventory to create a shopping list with, as in the wireframe.
Should show the list of food that is missing by comparing the food in the recipe with the food in the inventory. Should count the total food items and total price of the missing food.
Dear @Reviewer, kindly use this command for testing: bundle exec rspec
Set up the repository on GitHub and use Gitflow. Set up Devise for authentication. Set up RSpec and Capybara testing libraries.
@DevKaranJ @evansnyamekye @newtonah0
Thank you π.