openfun / joanie

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

✨(backend) admin certificate view requires organization filter to get results #770

Closed jonathanreveille closed 3 months ago

jonathanreveille commented 3 months ago

Avoid timeout on the django admin backoffice for certificate view. We want to force the user to select an organization first to see some results.

This issue will solve : #768

Purpose

To prevent django admin to timeout when there will be numerous entries when calling the certificate view, we force the user to select an organization first to get some results. The user will be able to use the search bar to filter out more through the organization's certificates results with the username of the learner.

Proposal