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

Add pagination on the Moderation Dashboard #1039

Open
3 tasks
NabbeunNabi opened this issue Feb 12, 2025 · 0 comments
Open
3 tasks

Add pagination on the Moderation Dashboard #1039

NabbeunNabi opened this issue Feb 12, 2025 · 0 comments
Assignees

Comments

@NabbeunNabi
Copy link
Contributor

Problem

Write now we are currently displaying all the submissions, facilities, and healthcare professionals depending on what is selected. We want the user to have a list of 20 and there to be pagination with what total there is and how many they see. (i.e. 1-20 out of 49)

Success

Pagination is added for the displayed data on the ModSubmissionListContainer.Vue with a total count at the bottom and which ones are being displayed for 20 each page.

Requirements

  • Add a count total at the bottom depending on if you are viewing submissions, facilities, or healthcare professionals
  • Add pagination so that way you only see 20 or the final amount. If seeing the final amount there is only a left arrow to go back. If displaying 1-20 you only see the right arrow
  • Tests are adding so that this functionality exists in cypress as if a user is accessing this page and trying to go through the pagination

Implementation notes

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

When branches are created from issues, their pull requests are automatically linked.

2 participants