Django Dto Mapper

Implement approved Django backend DTOs and explicit representation Mappers. Use when defining Controller request or response payloads, Service inputs or results, structural validation, request-to-Service conversion, result-to-response conversion, or repository-neutral record shapes. Do not use for endpoints, business rules, ORM queries, persistence, or implicit AutoMapper-style mapping.

viniciusjsdev bed5ec3 2 files · 2.3 KB Updated

File contents

viniciusjsdev/karya/tree/main/skills/django-backend-service-architect/assets/backend-project-context/.agents/skills/django-dto-mapper commit bed5ec3649

Frequently asked questions

npx skillmds@latest add viniciusjsdev/django-dto-mapper