Description
The backend provides an API to create a new registration window.
Task
- Create a form with the fields
- semster
- startdate
- enddate
- Call the API to create a new registration window
- Backend should validate if there is already a active registration window -> return 409 if that is the case.
- pass the dates to the process as variable map (backend)
Description
The backend provides an API to create a new registration window.
Task