MIT-LCP / physionet-build

The new PhysioNet platform.
https://physionet.org/
BSD 3-Clause "New" or "Revised" License
56 stars 20 forks source link

Implement on-platform courses in Physionet #2299

Open Rutvikrj26 opened 2 months ago

Rutvikrj26 commented 2 months ago

This is a three part-series consisting of implementing the ability to conduct on-platform training and exams (a mini-LMS).

Rutvikrj26 commented 2 months ago

Updating the certifications page requires two changes:

updating the queryset fetching all the trainings in different stages for the user to now also include on-platfrom courses. (Done) Updating the UI to inlcude the on-platform courses. The courses that are completed, and for which the training has been approved for the user - we can easily include under the active stage, but the courses under progress, still need to shown in some other place.

change for the UI - Add an in-progress tab that shows the on-platform training that are currently being taken. image