LB 168 - certificate of completion
This MR adds two new APIs:
-
GET api/courses/my-certificates
- gets a list of completed courses for the calling user -
GET /api/courses/:courseId/registrations/:userId/certificate
- downloads a PDF certificate for the user/course combination (will return an error if the user has not completed the course)
Up to 2 instructors will be listed on the certificate.