Closed kolnol closed 6 years ago
GET /courses/ - If the student is not registered in any group, the web-app interface should show a list of available groups.
GET /courses/
PUT /users/{id}/group/{id} - The student must choose a group from the list in order to register himself/herself.
PUT /users/{id}/group/{id}
GET /courses/
- If the student is not registered in any group, the web-app interface should show a list of available groups.PUT /users/{id}/group/{id}
- The student must choose a group from the list in order to register himself/herself.