fnitu / edu-hospice

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

Show list of users that need to be validated by admin after course payment #33

Closed fnitu closed 3 years ago

fnitu commented 3 years ago

After an user has been accepted by an admin as registered for a course, it will be visible in a list that can be accessed from the admin dashboard. The admin can validate that the user has made the payment for the course. Only after this step, the user will be able to access the course.

razvantudorache commented 3 years ago

This ticket is on-hold, waiting for BE integration

fnitu commented 3 years ago

Related BE issue: edu-hospice-api#42

fnitu commented 3 years ago

URL for the third tab, all users: /api/admin/users/courses

fnitu commented 3 years ago

Documentation URL for integration: https://edu-hospice-api.herokuapp.com/swagger-ui.html#/user-course-controller/getAllUsersPaymentPendingUsingGET

razvantudorache commented 3 years ago

APIs have been integrated