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
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
Admins will provide a reason for rejecting events.
Users will be automatically emailed when their events are approved.
Admins will be able to approve or reject multiple events simultaneously
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
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