fnitu / edu-hospice

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

Implement showing course content for registered users #67

Closed fnitu closed 3 years ago

fnitu commented 3 years ago

When accessing: https://edu-hospice.herokuapp.com/#/user/course/course/4 from the user dashboard, we need to dynamically show the content based on the server response from: /api/users/{userId}/courses/{courseId} (https://edu-hospice-api.herokuapp.com/swagger-ui.html#/user-course-controller/retrieveUserCourseDetailsUsingGET)