Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI Improvements] Migrate Tests to resource manager architecture - Backend - GET /tests/{id} #2656

Closed
Tracked by #2351 ...
xoscar opened this issue Jun 5, 2023 · 0 comments
Labels

Comments

@xoscar
Copy link
Collaborator

xoscar commented Jun 5, 2023

As part of the changes to integrate the test resource manager created as part of this ticket

We want to update the get single test endpoint to be removed from the open API scaffolding to use the resource manager structure instead.

Acceptance criteria

AC1
As a user working on the backend app
The GET /tests/{id} request should be wired up to the test manager
Using the structs and types from the new implementation

AC2
As a user working on the backend app
The changes done to use the new structure should not affect the database structure or data
To keep retro compability with the open API version

AC3
As a user working on the backend app
The rest of the scope outside of the get /tests/{id} request endpoint should not be touched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant