Lecturer-Interface: Edit course semester (u.lecturer-interface-06)¶
Version: V1.0, 09.08.2022
Author: Max Kästner
Description¶
The semester of a specific course can be changed on its view.
Precondition¶
At least one course is created. The tester is on the view of the course (/courses/<course-id>)
Postcondition¶
The semester of the course was changed to the new entered semester.
Typical procedure¶
Click the edit semester button
An input field shows up
Change the semester to a new semester in the input field (format
WS-20orSS-20)Hit the submit button
A feedback toast message appears which contains that semester was updated
The new semester replaces the old semester in the view and the input field disappears
Alternative procedures¶
3.1: The semester is not in the right format:
3.1.1 Hit the submit button
3.1.2 A feedback toast message appears which contains that semester was not updated
3.1.3 The semester did not change in the view and the input field disappears
4.1: Hit the cancel button:
4.1.1 A feedback toast message appears which contains that course description was not updated
4.1.2 The course description was not updated in the view and the input field disappears
Criticality¶
Medium