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 04.01.01 #17

Closed
Tommy-Sand opened this issue Oct 10, 2022 · 2 comments
Closed

US 04.01.01 #17

Tommy-Sand opened this issue Oct 10, 2022 · 2 comments
Assignees
Labels
final checkpoint completed User stories completed by the final checkpoint. RiskLevel-High High risk of incompletion StoryPts-5 Worth 5 Story Points

Comments

@Tommy-Sand
Copy link
Contributor

Tommy-Sand commented Oct 10, 2022

As a meal planner, I want to view a shopping list of ingredients that I need to buy, based on my ingredient storage and meal plan.

Acceptance Criteria

  • Create a view with a list view or recycler view that shows the ingredients that need to be bought to fulfill a meal plan
  • Functionality
    • The list should be the difference in the ingredients a user needs and the ingredients in storage.
  • Planned out in the storyboard
  • Functionality documented in wiki
@Weiguo-Jiang
Copy link
Contributor

I will implement basic UI for Shopping Cart.

@Weiguo-Jiang Weiguo-Jiang added the half way checkpoint completed User stories that have been completed by the half-way checkpoint label Nov 4, 2022
@madisonbradley112 madisonbradley112 moved this from Backlog to In Progress in Project Board Nov 25, 2022
Repository owner moved this from In Progress to Done in Project Board Nov 26, 2022
@manpreeeeeet manpreeeeeet self-assigned this Nov 26, 2022
@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 added StoryPts-5 Worth 5 Story Points RiskLevel-High High risk of incompletion and removed StoryPts-3 Worth 3 Story Points RiskLevel-Med Medium risk of incompletion half way checkpoint completed User stories that have been completed by the half-way checkpoint labels Nov 28, 2022
@madisonbradley112
Copy link
Contributor

This functionality has been added, documented, and tested, with tests:

Since our shopping cart automatically updates, we tested it by adding MealPlans and then viewing the ShoppingCart afterwards.

in file ShoppingCartInstrumentedTest.java

  • testEditingMealPlanIngredient()
  • testEditingStoredIngredient()
  • testEditingRecipe()
  • testEditingMealPlanRecipe()
  • testDeletingMealPlan()
  • testAddingMultipleMealPlan()
  • testAddingMealPlan()

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. RiskLevel-High High risk of incompletion StoryPts-5 Worth 5 Story Points
Projects
Status: Completed User Stories
Development

No branches or pull requests

4 participants