Summary
Users shouldn't be able to add an empty item to their list, or add the same item twice. If they try to do this, we need to show them an error message that explains the problem. This way, we’ll prevent some clutter in their lists.
Acceptance criteria
Notes
- There are a couple of ways to approach this task. If you’re not sure how to begin, ask your mentors for advice!