Skip to content

1-tap Approve / Deny via E-mail for Directors #7

Description

@KelseyKryptic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:actionsAn issue related to the Actions featureenhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions