fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Create course section #60

Closed fnitu closed 3 years ago

fnitu commented 3 years ago

In order to create a course section, we need button on the course create page.

The form for course sections will contain:

  1. section name - input (required)
  2. section visibility switch (boolean)
  3. index - number input (index inside the course)

The form will be added in a new dialog.

fnitu commented 3 years ago

This dialog will be used for editing the section, the creation of the new section is done on the fly.

fnitu commented 3 years ago

On standby until edu-hospice-api#152 is implemented.

fnitu commented 3 years ago

Please integrate the PUT request from: /api/admin/courses/sections/{sectionId}/update

fnitu commented 3 years ago

Issue implemented