Story #98 Highlight expired members on agenda - cseseniordesign/reservations GitHub Wiki
End User Documentation
Dev Testing Instructions
- Make sure you are on the most recent version of the
dev-highlight-expired-members-on-agenda
branch.
- Have access to two separate accounts one expired and one still active.
- ensure at least one of these accounts is an admin account with access to the daily agenda.
- On both accounts sign up for an event for the current day.
- Check the agenda on the admin account.
- The expired accounts name should appear in red text where the active one will appear as normal.
Technical Documentation
views/admin/agenda.erb
- Added an if clause similar to the one found in
views/home.erb
to determine if a user is expired and if so update the color of their name.