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 registration #32

Closed fnitu closed 3 years ago

fnitu commented 3 years ago

After an user registers to a course, it will be visible in a list that can be accessed from the admin dashboard. The admin can accept the registration. This does not grant access to the course!

33 needs to be implemented for the user to have access to the course.

Both lists #32 and #33 will be shown as tabs in the same page.

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#41

razvantudorache commented 3 years ago

2021-02-02_19h55_36

fnitu commented 3 years ago

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

razvantudorache commented 3 years ago

API has been integrated