Summary
Users shouldn't be able to add the plural or singular version of an item, if the singular or plural version is there. If they try to do this, we need to show them an error message that explains this. This extends the feature added in issue #10 .
Acceptance criteria
Notes
- The idea is that plural and singular versions are recognized as "exact" matches, but if there are random spaces and characters -> users are given the option to add an item
- There are plural words that don't have a similar fix (ex. strawberries, strawberry), so a first approach can be to address simple plural words that add -s (apple, apples)