Skip to content

Create a pagination component #3266

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

Closed
12 tasks
Tracked by #3251
Kira-Pilot opened this issue Jul 28, 2022 · 0 comments · Fixed by #3295
Closed
12 tasks
Tracked by #3251

Create a pagination component #3266

Kira-Pilot opened this issue Jul 28, 2022 · 0 comments · Fixed by #3295
Assignees
Labels
site Area: frontend dashboard

Comments

@Kira-Pilot
Copy link
Member

Kira-Pilot commented Jul 28, 2022

User Story

As a user, I would like to be able to paginate through large data sets in the web UI using an intuitive pagination widget.

Details

We will need this component for the new Audit page
Screen Shot 2022-07-28 at 3 33 17 PM

AC

  • component looks like the mock provided here
  • component is accessible via keyboard
  • component is dark-themed
  • component implementation is based on our pagination struct
  • component is generic enough to be used in many places
  • component has reasonable states for no pages returned
  • component has reasonable state for 1 page returned
  • component has reasonable state for n pages returned
  • component is flexible and gives a lot of responsibility to the parent

Definition of Done

  • Above AC is met
  • New component is created and lives in our /components directory
  • component has tests and stories
@Kira-Pilot Kira-Pilot self-assigned this Jul 28, 2022
@Kira-Pilot Kira-Pilot added site Area: frontend dashboard feature labels Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site Area: frontend dashboard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant