openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

✨(Backend) Generate certificates from the backoffice for a course and its products relations #694

Closed jonathanreveille closed 5 months ago

jonathanreveille commented 5 months ago

Purpose

New endpoint to allow the backoffice staff user to generate certificate from a course view, and launch the generation of certificates for its products relations. To avoid having a heavy request, we decided to use celery to execute the task in background with celery. We will create two new endpoints :

  1. To trigger the generation of certificates
  2. To check the status of the ongoing generation of certificates

Proposal