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

2 stars 1 forks source link

5. As a user, I want to add a new item to my shopping list so I can start recording purchases #5

Closed fullybaked closed 3 weeks ago

fullybaked commented 1 month ago

Summary

Users need to be able to add items to their shopping lists. To do this, the AddItem view should present them with a form that allows them to enter two things:

  1. The name of the item, and
  2. An estimate of when they think they’ll need to buy the item again.

The README file for the shopping list API will be helpful as you work on this feature.

Acceptance criteria

UI-related tasks:

Data-related tasks:

Notes