openfun / joanie

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

API - Serializers - Split serializers in module #707

Open jbpenrath opened 5 months ago

jbpenrath commented 5 months ago

Feature Request

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

Currently, we are declaring backend api serializers in only two modules client and admin. Those two modules becomes bigger and bigger and it's time to split them in smaller chunks. The main idea is too split them by model.