-
Notifications
You must be signed in to change notification settings - Fork 2
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
UI Improvements #16
Comments
@smohiudd Hi, my search query on Google "UI STAC catalog creation" was leading me to this repository. I am also looking for a way to create catalogs, collections and items using the web UI. I am just curious why not just extending the https://github.com/radiantearth/stac-browser? Furthermore, I guess you are reimplementing every field from the JSON schema into your UI. That means custom metadata fields will never be part of your UI, or am I wrong? What do you think about this? |
Great to hear about your interest. We are currently moving this project forward in the context of the NASA VEDA and the ESA EOEPCA+ projects. Some details about our plans and ongoing work are in project-related repositories and docs here: https://eoepca.readthedocs.io/projects/resource-discovery/en/latest/design/resource-admin-ui/design/ I will try to cross-link relevant issues into this repo, so our ongoing work is easier to discover for people who stumble over this project, like you did.
We decided against implementing JSON schema. Here are some details about that decision:
We are planning to implement a lightweight plugin system for STAC Admin that can be used to enable support for non-required fields such as custom properties or STAC extensions. See details about that here:
We do not currently have plans to support Catalog creation, only Collection and Item CRUD. |
Thanks for reaching out @tjaeuth! And thanks for the info @j08lue. To answer this question:
STAC browser serves a powerful use case for searching catalogs and may not be the best interface for editing granular metadata without changes to that UI. It may not be appropriate to conflate STAC viewing and editing in this case. |
Description
The VEDA team has conducted user interviews and gathered some feedback on the initial prototype of STAC admin: NASA-IMPACT/veda-backend#304. Although this feedback is fairly high level, we could use it to guide certain features for an upcoming STAC-admin release.
Some features requests include:
PI Objective
Objective DS-2: STAC Admin NASA-IMPACT/veda-architecture#454
Acceptance Criteria
The text was updated successfully, but these errors were encountered: