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

Account Page Pagination + Approve/Decline Multiple [Match Design] #69

Closed
michellelin1 opened this issue Mar 31, 2024 · 0 comments · Fixed by #76 or ctc-uci/aiss-backend#67
Closed
Assignees
Labels

Comments

@michellelin1
Copy link
Member

michellelin1 commented Mar 31, 2024

Instructions

  • Currently, the you can filter accounts by students/admin and approve/decline accounts
  • With this task we want to implement search and allow admins to approve/decline multiple accounts at the same time by selecting all or using checkboxes on the left
  • Additionally, once the system has many users, it's more efficient to use pagination. We would like you to add the pagination footer to the 'Accounts' table

notes

  • for the searching, use ILIKE %substring% matching in Postgres similar to Catalog searching
    • you may need a backend branch to complete this

acceptance criteria

  • you can approve or decline multiple accounts using the checkboxes
  • users can view all accounts from the 'Accounts' table using the pagination footer
  • you can search accounts by name and names matching will appear in the table
  • the page is styled to match the figma designs

resources

@michellelin1 michellelin1 changed the title Account Page Search + Approve/Decline Multiple [Match Design] Account Page Pagination + Approve/Decline Multiple [Match Design] Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants