Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Rename all DTOs to use the Response or Request postfix instead of DTO. This change standardizes naming conventions across the project, making it clearer whether a data structure represents an incoming request or an outgoing response. Additionally, this update avoids using the DTO term in the frontend code.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Rename all DTOs to use the
Response
orRequest
postfix instead ofDTO
. This change standardizes naming conventions across the project, making it clearer whether a data structure represents an incoming request or an outgoing response. Additionally, this update avoids using theDTO
term in the frontend code.Checklist