ResourceManagement
ResourceManagement copied to clipboard
Feature: Manager View
A manager needs to be able to view the schedule and see how many employees are available each day, and further how many are available for a proposed class to be scheduled
I think we need to implement some authorization for the manager view, so that only people with person type of manager can see this view. We can then store the person type as a claim and write a authorization policy that will check if the user has that claim.
@marblekirby Let's break that authorization requirement out as a separate issue