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: Add Endpoint for Posting Cleaning Results to Orchestrator #498

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

nicoprow
Copy link
Contributor

@nicoprow nicoprow commented Sep 27, 2023

Description

This pull request introduces an endpoint to post cleaning results for previously reserved cleaning tasks to the orchestrator. The API endpoint is implemented in the orchestrator controller and returns dummy data on invocation.

I also added tests checking the upsert limit and whether the endpoint can be invoked.

For the necessary test I created template objects for L/S/A business partners that can be used by the tests.

Solves issue #458

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

@nicoprow nicoprow force-pushed the feat/orchestrator/cleaning-result-endpoint branch 6 times, most recently from ae453b1 to 3627310 Compare September 28, 2023 13:53
@nicoprow
Copy link
Contributor Author

Rebased on top of main and ready to be reviewed

@martinfkaeser
Copy link
Contributor

Besides my comments everythink looks good!

- connect endpoint with orchestrator controller
- return static dummy data on endpoint invocation
- add tests for validating endpoint invocation and dummy data return
- add test values for business partners
@nicoprow nicoprow force-pushed the feat/orchestrator/cleaning-result-endpoint branch from 3627310 to 2e75c77 Compare September 28, 2023 15:04
@nicoprow nicoprow merged commit 86badee into main Sep 28, 2023
7 checks passed
@nicoprow nicoprow deleted the feat/orchestrator/cleaning-result-endpoint branch October 4, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants