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) filter enrollment by `is_active` field on client api #782

Closed jbpenrath closed 2 months ago

jbpenrath commented 2 months ago

Purpose

Client API Consumer needs to be able to filter out inactive enrollment. In order to that, we add a is_active boolean filter on the EnrollmentViewSet.