SDK DTO priority
Priority
- Example Note DTO in SDK
- Prototype usage
SDK
- Generate DTOs for SDK
- Tests in middlewares
- Refactor middlewares to use SDK
- Generate DTOs for internal use
- ...
- Side quest MCP
- ...
Steps
Example Note DTO in SDK
Do a Detail "Complet" example on Note entity
Ref : https://github.com/PHPCreation/phpcreation-sdk-php/tree/main/src/PHPReaction/V3/NoteBundle/Note
Define template for entpoints
Prototype usage SDK
Test sdk dto ( into phpr_phpr_derma )
Generate DTOs for SDK
in project : https://github.com/PHPCreation/phpreaction-api-endpoints-tests/issues/195
Generate dto folder structure
#1
Define template(s) for each endpoint cases :
Languagues :
Detect changes API spec definition
- Regeneration human doc
- Regeneration dto process
- Notifiy integrators subcribe on event ?
Test DTO on API endpoints
Test DTO on api tests
https://github.com/PHPCreation/phpreaction-api-endpoints-tests/issues/194
Tests in middlewares
use & refactor for using DTO from SDK into middlwares
Reenforce Quality
middlewares need to use API
Middlewares :
Generate DTOs for internal use
PHPR API Usage as structured input "" output ""
Refactor dto into phpr
Validate usage
Validate performance
SDK DTO priority
Priority
SDKSteps
Example Note DTO in SDK
Do a Detail "Complet" example on
NoteentityRef : https://github.com/PHPCreation/phpcreation-sdk-php/tree/main/src/PHPReaction/V3/NoteBundle/Note
Define template for entpoints
Prototype usage
SDKTest
sdk dto( into phpr_phpr_derma )Generate DTOs for SDK
in project : https://github.com/PHPCreation/phpreaction-api-endpoints-tests/issues/195
Generate dto folder structure
#1
Define template(s) for each endpoint cases :
Languagues :
Detect changes
API spec definitionTest DTO on API endpoints
Test DTO on api tests
https://github.com/PHPCreation/phpreaction-api-endpoints-tests/issues/194
Tests in middlewares
use & refactor for using DTO from SDK into middlwares
Reenforce Quality
middlewares need to use API
Middlewares :
Generate DTOs for internal use
PHPR API Usage as structured input "" output ""
Refactor dto into phpr
Validate usage
Validate performance