♻️(serializers) move dimail calls to serializers

we move all business logic from model to serializer.
all API calls (direct and from front) will keep on triggering
expected 3rd party calls while admin actions will uniquely trigger
modifications in our database.
This commit is contained in:
Marie PUPO JEAMMET
2024-09-19 18:47:08 +02:00
committed by Marie
parent 232ea97d87
commit 55d7e846d8
7 changed files with 81 additions and 168 deletions

View File

@@ -11,8 +11,13 @@ and this project adheres to
### Added
- ✨(domains) add endpoint to list and retrieve domain accesses @sdemagny #404
- 🍱(dev) embark dimail-api as container by @mjeammet #366
- ✨(domains) add endpoint to list and retrieve domain accesses #404
- 🍱(dev) embark dimail-api as container #366
### Changed
- ♻️(serializers) move business logic to serializers #414
## [1.1.0] - 2024-09-10