Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9. As a user, I want to filter my shopping list to make it easier to locate an item in the list #31

Open
stacietaylorcima opened this issue Jan 26, 2020 · 1 comment
Assignees

Comments

@stacietaylorcima
Copy link
Contributor

AC:

  • Display a text field at the top of the shopping list
  • As the user types into the field, the list narrows to include only items that contain the text the user entered in the filter field
  • When the field has text in it, the user should be able to tap a UI element (e.g., with an "X" button next to the field) to clear the field
@haleyelder
Copy link
Contributor

So far:

  • created an input that will be used for filtering user's shopping lists
  • added a button next to the input to clear the input field when clicked

up next:

  • set the filtering function once firebase quota is back to use, we have some live examples to possibly check for edge cases, eg: searching potatoes and displaying sweet potatoes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants