Skip to content
Snippets Groups Projects

implement logic for deregistration period

Open Alexander Schoch requested to merge add-deregistration-period-info into master

The deregistration period should be communicated to users. This means:

Case 1: Registration Start (R) --> Deregistration End (D) --> Registration End (E)

  • Before R: status quo
  • Between R and D: "You are signed up and got a spot. Deregistration is possible until [Date]"
  • Between D and E: "You are signed up and got a spot." + disabled Button mit "The deregistration period is over"

Case 2: Registration Start (R) --> Registration End (E) --> Deregistration End (D)

  • Before R: status quo
  • Between R and E: "You are signed up and got a spot. Deregistration is possible until [Date]"
  • Between E and D: "You are signed up and got a spot. Deregistration is possible until [Date]" + Button "Signoff" + disabled Button "The registration period is over"

For this, I also had to move the deleteAction a bit up for the "Between E and D" case.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading