UC2 Confirm the Event - UC-MSIS-WEBDEV/volteer GitHub Wiki

Story

AS an organizer who has created a new event and received the welcome email
I WANT TO click the confirmation url to confirm the event
SO THAT the event will be viewable to people the organizer shares the link with

URL Format

https://[host]/confirmEvent?event=[event_code]&confirm=[confirmation_code]

Dependencies

UC1

Screen

IF the event is in the past or the event code or confirmation token is incorrect then display this message to the user.

The event you are confirming is not valid or has expired. Please check your event and try again.

For a valid code and token display the following message to the user (regardless of whether they have clicked the link before).

The event [Event Name] has been confirmed. You can now share the event link with your contacts
https://[host]/events/[event_code]

System Processing

  1. The system will ensure the code and confirmation token match the ones generated for the event
  2. The system will mark the event as confirmed with a date stamp