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

[feat] GET /services/{service}/projections/{projection} implementation (2/2) #64

Closed
11 tasks done
lgrd opened this issue Apr 4, 2023 · 0 comments · Fixed by #71
Closed
11 tasks done

[feat] GET /services/{service}/projections/{projection} implementation (2/2) #64

lgrd opened this issue Apr 4, 2023 · 0 comments · Fixed by #71
Assignees

Comments

@lgrd
Copy link
Collaborator

lgrd commented Apr 4, 2023

Need

Code the GET /services/{service}/projections/{projection} route of the admin API. This is its second part : return the projection configuration when it is loaded.

Tasks

  • Be sure of the IO inside the API yaml
  • Code it. See next paragraph.
  • Update tests
    • utest/itest if modification/Creation of a class
    • rtest if modification of an API
  • Run tests
    • Inside the docker provided by the project : rtest, ctest, utest, itest
    • Manually if necessary
  • Update the documentation
    • changelog.md
    • documentation API

Code

  • Update request and response classes if necessary
  • Update the use of thoses classes
  • Modify the projectionManager to store the configuration of each projection and return it when needed
  • Update the service.computeProjectionRequest()
@lgrd lgrd moved this to Next actions in Road2 Roadmap Apr 4, 2023
@lgrd lgrd moved this from Next actions to In Progress in Road2 Roadmap Apr 6, 2023
@lgrd lgrd self-assigned this Apr 6, 2023
@lgrd lgrd closed this as completed May 11, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Road2 Roadmap May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant