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

[PMS] Implement filtering, sorting, and pagination with collection hooks #343

Closed
Tracked by #269
taesungh opened this issue Jan 24, 2024 · 1 comment · Fixed by #367
Closed
Tracked by #269

[PMS] Implement filtering, sorting, and pagination with collection hooks #343

taesungh opened this issue Jan 24, 2024 · 1 comment · Fixed by #367
Assignees

Comments

@taesungh
Copy link
Member

We'll want to add filtering and sorting options to the participants table so check-in associates can search for participants to check in. It would also be good to have pagination so the entire page isn't slowed down by showing several hundred records.

  • Use collection hooks to handle filtering, sorting, and pagination
  • Add general Text filter to search for substrings in UID, name, email, and eventually badge number
  • Add Select menus to filter by role and/or status

If time permits, it would also be nice to have collection preferences, but this is not a huge priority.

@taesungh
Copy link
Member Author

Completed in #367.

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

Successfully merging a pull request may close this issue.

2 participants