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

As a user, I want to know if the datasets available in the registry are published and visible in the API #75

Open
tloubrieu-jpl opened this issue Sep 14, 2023 · 2 comments
Assignees
Labels
B14.1 needs:triage requirement the current issue is a requirement

Comments

@tloubrieu-jpl
Copy link
Member

tloubrieu-jpl commented Sep 14, 2023

Checked for duplicates

Yes - I've already checked

πŸ§‘β€πŸ”¬ User Persona(s)

Data Users

πŸ’ͺ Motivation

...so that I can actually see what is publicly visible to the end-users among what has been loaded in the registry.

πŸ“– Additional Details

Using the legacy_registry index in opensearch, we want to consider the field "archive_status" for products which are available in the registry.
2 options to choose from:

  • if status is "staged" we will consider the data is not available in the registry, found_in_registry will then be false.
  • add a new archive_status field in the legacy registry index.

It depends on what we want to show in the kibana dashbaard: data loaded == staged or archived or data loaded == only archived. For what we want to show to the end-users we would have more flexibility if we have 2 fields: found_in_registry and archive status. Or actually with the archive status we might be able to have histogram showing proportions of data not loaded (red), loaded not published (orange), published (green). If that is whaat we want

Acceptance Criteria

Given
When I perform
Then I expect

βš™οΈ Engineering Details

No response

@tloubrieu-jpl
Copy link
Member Author

Jordan's comment on slack:
Sounds good. per the histogram, that is nice for reporting sake, but in the end, the nodes what the output XLSX (edited)
which right now, is super manual for us to make work right now. I had to convert the exported CSV to enable filtering on the sheet. we may eventually need individual node reports that narrow this a bit, so we can just export the CSV versus having to convert to XLSX to enable filtering on the columns

if I were a node, I feel like I would most want to know what are the bundles and collections that still need to be loaded.
What are the bundles/collections loaded but staged.

@jordanpadams
Copy link
Member

Remove this from initial dashboard Epic, as this can be considered a next phase improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B14.1 needs:triage requirement the current issue is a requirement
Projects
Status: ToDo
Development

No branches or pull requests

2 participants