fnitu / edu-hospice

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

Navigate to specific user tab from admin dashboard #46

Closed fnitu closed 3 years ago

fnitu commented 3 years ago

Admin must be able to directly navigate using the shortcuts from dashboard to a specific user tab:

  1. pending registrations
  2. pending payment
  3. all users

Most likely, an URL param must be sent and the tab component to take it into account.

fnitu commented 3 years ago

Active tab is not highlighted.

fnitu commented 3 years ago

The all users tab should make a request to: /api/admin/users/courses/stats instead of: /api/admin/users/courses

https://edu-hospice-api.herokuapp.com/swagger-ui.html#/user-course-controller/getAllUsersCoursesStatsUsingGET

razvantudorache commented 3 years ago