You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Instructions
notes
%substring%
matching in Postgres similar to Catalog searchingacceptance criteria
resources
The text was updated successfully, but these errors were encountered: