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

Ideas pagination #13

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

Ideas pagination #13

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

Comments

@idosius
Copy link
Contributor

idosius commented Jul 26, 2022

User Story

As a user
I want to be able to paginate through ideas
So that if there are many ideas on the website I could easily browse them

Acceptance Criteria

Given that I go to the website
When I load the main page
Then I should only see a certain number of ideas based on the sort criteria and a dropdown for changing the number of ideas per page
When I change the number of ideas per page
Then the relevant number of ideas should be displayed
When there aren't more ideas
Then there should be no pagination navigation
When there are more ideas
Then there should be a typical pagination navigation at the bottom of the page
When I click a different page
Then the relevant ideas should load in a unique URL, e.g. /page/2
When I click one of the sorting buttons
Then the ideas should be resorted and I should navigate to the first page

@idosius idosius added enhancement New feature or request good first issue Good for newcomers labels Jul 26, 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