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
ran `rails generate scaffold Delegate staff_profile:references`
Then updated to have a delegator and delegate staff profile
Updated the controller to only allow the delegate to be set, since the delegator is the logged in user
Fixed up the tests
Added assume_delegate action
Added items inthe application controller to look for deligation
Add delegate to state change
Add temporary delegate property to StaffProfile
refs #173
ran `rails generate scaffold Delegate staff_profile:references`
Then updated to have a delegator and delegate staff profile
Updated the controller to only allow the delegate to be set, since the delegator is the logged in user
Fixed up the tests
Added assume_delegate action
Added items inthe application controller to look for deligation
Add delegate to state change
Add temporary delegate property to StaffProfile
refs #173
As an AA I want a list of staff almost out of sick time or vacation time so I can alert them.
As an AA I want a list of staff almost at their max vacation time so I can remind them to take it.
The text was updated successfully, but these errors were encountered: