Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KelseyKryptic opened this issue Jan 20, 2025 · 0 comments
Open

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

KelseyKryptic opened this issue Jan 20, 2025 · 0 comments
Labels
area:actions An issue related to the Actions feature enhancement New feature or request

Comments

@KelseyKryptic
Copy link

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

@Foxtrek64 Foxtrek64 added the enhancement New feature or request label Jan 22, 2025
@Foxtrek64 Foxtrek64 added the area:actions An issue related to the Actions feature label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:actions An issue related to the Actions feature enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants