cityofaustin / resource-list

MIT License
0 stars 1 forks source link

Searchable list #15

Open easherma opened 4 years ago

easherma commented 4 years ago

As a site user I want to search the list of resources so that I can easily find something specific that I am looking for.

Explore the potential needs for search. Not sure if this would be MVP or not. Is using browser search good enough?

Detailed Description

Acceptance Criteria

as a BDD scenario:

Scenario: User initates search
Given User is viewing the data
When  Search query text is entered into a search box
Then  The list of data is searched for that query and applicable results are shown
  And That keyword search is updated in the URL to be bookmarked

Possible Implementation

Describe alternatives you've considered

Additional context