Searching, sorting, and updating users #36
No reviewers
Labels
No labels
blocked
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ACM/hack-wpi-python#36
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "searching-sorting-user-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Simple searching and sorting of the user list on admin dashboard. See github issue #15
Searching - new search button on the admin dashboard user list allows search by email
Sorting - clicking on the table headers of the admin dashboard user list will sort the table
Added basic implementation of github issue #28
I went with first name, last name, school, and phone, since the user can change their shirt size and accommodations on their own through the dashboard.
I put the commits in this branch/PR because I needed to expand upon the added script in admin.html