openfun / joanie

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

Admin - Certificate view - Enforce to select an organization or a user to display list #768

Closed jbpenrath closed 3 months ago

jbpenrath commented 3 months ago

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe.

We are importing certificate within Joanie and this table, like Enrollment, will have numerous entries. To prevent django admin to timeout on this view, we should adopt the same strategy that we did for Enrollment : Prevent to display list results until the admin user selects filter.

Describe the solution you'd like

To display certificate list, an admin user should have at least select a user or an organization.