Sequence Diagram ‐ Participant Cancelling Attendance - bounswe/bounswe2026group11 GitHub Wiki
Sequence Diagram
- Participant user logged in
- Opened the Event Details page
- Clicked Cancel Participation
- System updated the event’s participants list (participation table)
- System updated the participant’s participated events details
- System updated the quota/capacity (derived from participant count)
- System updated the participant’s ticket status (Valid → Expired)
- System sent a notification to the host
- UI displayed success confirmation to the participant