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

Feature/get all images for a tx #86

Merged
merged 2 commits into from
Oct 18, 2023
Merged

Conversation

saschadoemer
Copy link
Contributor

Closes #85

Updated the MicaSenseImage model to include transactionID, the MicaSenseIntegrationService, and the ApplicationDataRepository to retrieve image OIDs mapped to a specific transaction. Enhanced the ImageProcessingController to support an API route that provides image OIDs for a particular transaction. These changes offer a method to relate images with a specific transaction, enhancing image management and traceability for users.
Upgraded the OpenAPI specification including URL update, version number, and addition of new endpoints for improved functionality and performance. Specifically, the 'droneId' is added as a required parameter, HTTP response codes have been modified to '201' for some endpoints indicating successful resource creation. 'OidsForTransactionResponse' schema was added, other URL changes included the removal of '/api' from the paths to streamline the API endpoints. This constitutes a major revision to our API, enhancing manageability, usability, and traceability for developers and users.
Copy link

@Vitrum-LL Vitrum-LL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve

@saschadoemer saschadoemer added this pull request to the merge queue Oct 18, 2023
Merged via the queue into main with commit e2f35c8 Oct 18, 2023
1 check passed
Copy link

@Vitrum-LL Vitrum-LL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@saschadoemer saschadoemer deleted the feature/get-all-images-for-a-tx branch October 18, 2023 12:48
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.

Auslesen aller OIDs für die Bilder für das Zusammenstellen eines kompletten Sets der Drohne
2 participants