Open Rutvikrj26 opened 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.
This is a three part-series consisting of implementing the ability to conduct on-platform training and exams (a mini-LMS).
in-progress
,active
, andexpired
. (#2223) - WIP