the-collab-lab / tcl-75-smart-shopping-list

2 stars 1 forks source link

2. As a user, I want to read all of my shopping lists and the items in them. #2

Closed fullybaked closed 1 month ago

fullybaked commented 1 month ago

Summary

The most important feature of our app is the ability to look at their shopping lists to see what's on them, so the user knows what they need to buy. For this to work, we'll have to be able to choose a our shopping lists. The List (the active shopping list) and Home (where the user will be able to switch shopping lists) components are the best place in our code to do that. In fact, this feature is already partially implemented. Refer to the acceptance criteria in this issue, and the existing code, to understand the work that remains.

The List component is rendered on the /list page. Because the navigation links are currently broken, you'll have to type that path into your browser's address bar.

Acceptance criteria

Notes