Skip to content

Week 7: Mindy and Ethan ("As a user, I want to delete items from my shopping list in cases where I made an error entering the item or where I know I will no longer be buying the item in the future")

gunderodd edited this page Dec 24, 2019 · 2 revisions

AC:

  • User is able to delete an item from the shopping list
  • This operation can be done either from the list of items or on the item detail page
  • Prompt the user to confirm that they really want to delete the item to prevent accidental deletions
  • Deletion should cause the associate record(s) in the database to be deleted

Initial Notes and Questions:

  • Branch name: mz-eb-delete-item
  • "This operation can be done either from..." So, do we have to have an option on both, or can we pick one? The list page could get cluttered quickly, it might be best to have the option only on the 'item detail' view.
  • Also created a token named "week 7 test" for troubleshooting this week.

Resources:

Clone this wiki locally