Deprecate services in favor of serializers #1240
Labels
enhancement
New feature or request
priority: medium
Medium priority
project: gateway
Label to identify features related with gateway project
Milestone
What is the expected enhancement?
In #1147 I started a refactorization moving bussiness logic from
views
toservices
. Investing some more time learning about DRF I think Serializers can do the work that Services are doing right now simplifying the current logic. I will create a little PR testing this approach to see how it fits withPrograms
entity for example.The text was updated successfully, but these errors were encountered: