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

Modify the hardware database reader such that multiple entries from the same collection can be handled #683

Merged
merged 1 commit into from
May 30, 2024

Conversation

jakobhenrichs
Copy link
Collaborator

The keys in the response chain are the names of the database collections, to tell the code where to look in the database for the measurement. This leads to problems when multiple measurements from the same collection need to be in the response chain. In this PR, the db_reader is modified such that it can handle multiple objects from the same collection. It was achieved by adding '_1', '_2', ... to the keys to differentiate between the elements from the same collection.

@jakobhenrichs jakobhenrichs merged commit 4ba975c into develop May 30, 2024
5 checks passed
@jakobhenrichs jakobhenrichs deleted the extend_hardware_database_reader branch May 30, 2024 14:29
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.

None yet

2 participants