-
Notifications
You must be signed in to change notification settings - Fork 27
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
Metadata schemas for VAMS databases #86
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ravij3
approved these changes
Jun 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Earlier this year, VAMS gained a feature enabling users to store metadata about their Assets. The metadata was in the form of an arbitrary set of keys and values as determined by the user. While this model helps users store helpful information, it does not manage consistency of information across assets. With this change, VAMS administrators can define a metadata schema enabling consistent information to be collected across assets. Metadata fields are defined by the admin on a VAMS database-by-database level. So, different databases can support different metadata schemas.
The types of fields supported include the following:
Moreover, select lists can take the form of controlled lists, sometimes called controlled vocabularies, with interdependent selections across the fields. As an example, location data may be provided as the dataset of controlled values enabling the administrator to enable users to select from a limited list of cities after they have selected a country. Or, to define variables automatically on the user's behalf by automatically selecting values from the dataset after the user has selected another option, like automatically selecting a country once a city is selected.
A controlled list dataset is defined by the VAMS administrator in the form of a CSV file upload in the context of the metadata schema definition.
Polygons may be drawn on a map to specify a location using react-map-gl, amplify geo, and Amazon Location Service. Coordinate data is captured for the center of the map, zoom level, and coordinates of the polygon points.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.