Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separates Admin and Volunteer Dashboards #161

Merged

Commits on Apr 23, 2020

  1. Separates Admin and Volunteer Dashboards

    Explanation:
      The volunteer and admin stories for the dashboard were starting to diverge
      so to limit conditionals throughout the view, this commit separates the
      volunteer and admin dashboards into two separate partials. Because there are
      only two views,
    
    This PR:
    - Removes CaseContacts table from Admin Dashboard
    - Adds 'Last Case Contact' field to volunteers table on Admin Dashboard
    - Adds 'Contacts Made in Last 60 days' to volunteers table on Admin Dashboard
    - Simplifies User Dashboard by removing jquery from cases table
    colinsoleim committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    d1763f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6ed6c View commit details
    Browse the repository at this point in the history