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

Search ideas #16

Open
idosius opened this issue Jul 28, 2022 · 0 comments
Open

Search ideas #16

idosius opened this issue Jul 28, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@idosius
Copy link
Contributor

idosius commented Jul 28, 2022

User Story

As a user
I want to be able to search for ideas via free text
So that I can easily find certain ideas

Acceptance Criteria

Given that I go to the website
When I load the home page
Then there should be a search field at the top below the navigation and next to the sort buttons
When I enter some text in the search field
Then it should only show me ideas that contain these keywords either in the title or description, as sorted by the current sort
When I enter some text and then quickly change it
Then it should not flash, but only display the ideas that contain the latest keywords that I entered (debounce)
When I click on one of the sort buttons
Then it should sort the ideas displayed according to the current order
When I enter some text in the search field for which there are no ideas
Then it should display a message that no ideas were found and suggest to add one
When I clear the search field
Then it should display all the ideas according to the current sort order

@idosius idosius added enhancement New feature or request good first issue Good for newcomers labels Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant