Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

US 02.02.01 #8

Closed
Tommy-Sand opened this issue Oct 10, 2022 · 1 comment · Fixed by #155 or #151
Closed

US 02.02.01 #8

Tommy-Sand opened this issue Oct 10, 2022 · 1 comment · Fixed by #155 or #151
Assignees
Labels
final checkpoint completed User stories completed by the final checkpoint. half way checkpoint User stories that should be completed by half-way checkpoint. RiskLevel-High High risk of incompletion StoryPts-6 Worth 6 Story Points

Comments

@Tommy-Sand
Copy link
Contributor

Tommy-Sand commented Oct 10, 2022

As a meal planner, I want to add an ingredient to a recipe, with a brief description, amount, unit, and ingredient category.

Acceptance Criteria

  • Extension of US 02.04.01 and US 02.05.01, add an add button next to the ingredients header
  • Functionality
    • When the add button is clicked you will be taken to the view in US 01.01.01 to create an ingredient with the specified values
    • If you click the top right back button you can go back to US 02.04.01 and US 02.05.01 respectively
    • If you click save it will validate and add to the recipe
  • Planned out in the storyboard
  • Functionality documented in wiki
@madisonbradley112 madisonbradley112 added the half way checkpoint User stories that should be completed by half-way checkpoint. label Oct 14, 2022
@manpreeeeeet manpreeeeeet self-assigned this Oct 18, 2022
This was linked to pull requests Nov 20, 2022
Repository owner moved this from Backlog to Done in Project Board Nov 23, 2022
@madisonbradley112
Copy link
Contributor

This functionality has been implemented, documented, and completed, with tests:

  • in RecipeInstrumentedTest.java
    • testAddOnInvalidRecipe()
    • testAddAndDeleteRecipe()
    • testEditingARecipe()
  • in RecipeDBTest.java
    • testUpdateOnRecipe()
    • testAddDeleteRecipe()
  • in RecipeTest.java
    • testAddAndGetIngredient()
    • testGetIngredients()

@madisonbradley112 madisonbradley112 added the final checkpoint completed User stories completed by the final checkpoint. label Nov 27, 2022
@madisonbradley112 madisonbradley112 moved this from Done to Completed User Stories in Project Board Nov 27, 2022
@madisonbradley112 madisonbradley112 self-assigned this Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
final checkpoint completed User stories completed by the final checkpoint. half way checkpoint User stories that should be completed by half-way checkpoint. RiskLevel-High High risk of incompletion StoryPts-6 Worth 6 Story Points
Projects
Status: Completed User Stories
3 participants