platformplatform / PlatformPlatform

Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
253 stars 26 forks source link

Change DTOs to use Response/Request postfix instead of DTO #609

Closed tjementum closed 2 weeks ago

tjementum commented 2 weeks ago

Summary & Motivation

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

linear[bot] commented 2 weeks ago

PP-227 Change DTOs to use Response/Request postfix instead of DTO

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
17.5% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud