mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a admin I need to be able to send automatic approval messages or manual rejection messages so that I can inform users about the status of their events #24

Open mmanning95 opened 1 month ago

mmanning95 commented 1 month ago

As a admin I need to be able to send automatic approval messages or manual rejection messages So that I can inform users about the status of their events

Details and Assumptions

Acceptance Criteria


Scenario: Admin event approval
Given I am a logged-in admin user
And I am on the event management page
When I click "approve" on multiple events
And I submit the changes
Then the users will be automatically notified via email that their events are approved
And the changes are saved in the system

Scenario: Admin event rejection
Given I am a logged-in admin user
And I am on the event management page
When I click "reject" on multiple events
And I enter a rejection reason for each event
Then the users are notified via email with the rejection reason for each event
And the changes are saved in the system