CREATE_SURVEY

Description:

As a lecturer, I want to create a new survey for a unit.

Tasks:

  • Frontend: Implement the functionality for creating a unit. This should only be available for the lecturers of the course.
  • Frontend: Create the form for creating a unit. This should be shown on clicking "Create unit".
  • Backend: Check if the functionality for creating a unit is available in backend. Look under "crud.py" and "models.py".
  • Backend: Implement endpoint for creating unit.
  • Check if the process works 🗡
Edited by Helena Dypvik Skants