-
Notifications
You must be signed in to change notification settings - Fork 13
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
Store data about a device that can be available even when the device is not connected #1164
Closed
9 tasks done
Comments
While RPS will need to collect this data and provide it to MPS when adding the device to MPS. MPS will also need to return this data on a devices GET call |
matt-primrose
changed the title
Store immutable AMT data in the device object in the database so that when I query the device information later, this immutable data can be available
Store AMT data in the device object in the database so that when I query the device information later, this data is returned
Sep 12, 2023
Will do this after 3.0 change to use noSQL |
matt-primrose
changed the title
Store AMT data in the device object in the database so that when I query the device information later, this data is returned
Store data about a device that can be available even when the device is not connected
Sep 14, 2023
With the addition of MongoAPI support, can we implement this story now? Only supported when using MongoAPI based DB |
Scope for this story is Mongo only... No UI work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature 🪲
As a developer, I require the capability to make an API call to MPS. I want to retrieve the latest data concerning a device, irrespective of its current connection status. This feature is essential to enable me to obtain a comprehensive overview of all devices and their associated information currently stored in the database.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: