Story #4 Sort Member Table | User and Technical Documentation - cseseniordesign/reservations GitHub Wiki
End User Documentation
Dev Testing Instructions
Make sure you are on the most recent version of the dev-search-member-pagination branch.
Start your dev environment and log in with development2 so you have all permissions.
Navigate to the Admin -> Users page
Ensure there are three buttons above the user table. Ensure when you click any of the buttons that the page reloads with the users resorted based on the clicked button.
Click the Name Sort button.
The current page should be reloaded to be sorted based on name. Ensure if clicked again it will reverse the order based on name.
Click the Email Sort button.
The current page should be reloaded to be sorted based on email. Ensure if clicked again it will reverse the order based on email.
Click the Expiration Date Sort button.
The current page should be reloaded to be sorted based on the expiration date. Ensure if clicked again it will reverse the order based on expiration date.