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
As a Director
I want a 1-tap option to review and approve my applicants shortly after they apply
So that I don't have to spend time going back and reviewing them later.
GIVEN A user has passed the flagged and age check AND their application is set to "Pending Director Review"
WHEN the Director receives an email containing basic information about the applicant
THEN they can tap "Approve" or "Deny" to trigger next events
IF Sector is SectorChoice1 AND SectorChoice1.Director taps "Approve"
THEN Set Status to Approved
AND Set SectorChoice1.Status = Approved
AND Set HomeSector to SectorChoice1
AND Trigger Welcome Email
IF Sector is SectorChoice1 AND Director taps "Deny"
THEN Trigger an email to SectorChoice2 Director for approval
AND Set SectorChoice1Status = Denied
// Do not update the status
IF Sector is SectorChoice2 AND Director taps "Approve"
THEN Set Status to Approved
AND Set SectorChoice2.Status = Approved
AND Set HomeSector to SectorChoice2
AND Trigger Welcome Email
IF Sector is SectorChoice2 AND Director taps "Deny"
THEN Set Status to Denied
AND Set SectorChoice2.Status = Denied
AND Trigger Sorry Email
The text was updated successfully, but these errors were encountered:
As a Director
I want a 1-tap option to review and approve my applicants shortly after they apply
So that I don't have to spend time going back and reviewing them later.
GIVEN A user has passed the flagged and age check AND their application is set to "Pending Director Review"
WHEN the Director receives an email containing basic information about the applicant
THEN they can tap "Approve" or "Deny" to trigger next events
IF Sector is SectorChoice1 AND SectorChoice1.Director taps "Approve"
THEN Set Status to Approved
AND Set SectorChoice1.Status = Approved
AND Set HomeSector to SectorChoice1
AND Trigger Welcome Email
IF Sector is SectorChoice1 AND Director taps "Deny"
THEN Trigger an email to SectorChoice2 Director for approval
AND Set SectorChoice1Status = Denied
// Do not update the status
IF Sector is SectorChoice2 AND Director taps "Approve"
THEN Set Status to Approved
AND Set SectorChoice2.Status = Approved
AND Set HomeSector to SectorChoice2
AND Trigger Welcome Email
IF Sector is SectorChoice2 AND Director taps "Deny"
THEN Set Status to Denied
AND Set SectorChoice2.Status = Denied
AND Trigger Sorry Email
The text was updated successfully, but these errors were encountered: