You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: