You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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
Code
The text was updated successfully, but these errors were encountered: