Story #98 Highlight expired members on agenda - cseseniordesign/reservations GitHub Wiki

End User Documentation

Dev Testing Instructions

  1. Make sure you are on the most recent version of the dev-highlight-expired-members-on-agenda branch.
  2. 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.
  1. On both accounts sign up for an event for the current day.
  2. 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.