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

[UI] add product overview page #497

Merged
merged 3 commits into from
Nov 29, 2022
Merged

[UI] add product overview page #497

merged 3 commits into from
Nov 29, 2022

Conversation

pindge
Copy link
Collaborator

@pindge pindge commented Nov 28, 2022

Fixes: #493

  • add product overview page to view default crs and resolution and licenses

image

  • rename product metadata issue page to dataset metadata issue
  • add alternate background color for table rows

image


📚 Documentation preview 📚: https://datacube-explorer--497.org.readthedocs.build/en/497/

@pindge pindge added enhancement UI/UX User interface issues labels Nov 28, 2022
Copy link

@robbibt robbibt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks so cool @pindge! Should make it much easier to track down inconsistencies between our products in the future

Copy link
Contributor

@Ariana-B Ariana-B left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple minor cleanup/stylistic changes, but otherwise it looks good to me!

cubedash/templates/product-overview.html Outdated Show resolved Hide resolved
cubedash/templates/audit-metadata-issues.html Show resolved Hide resolved
cubedash/templates/product-overview.html Show resolved Hide resolved
cubedash/templates/product-overview.html Outdated Show resolved Hide resolved
@pindge
Copy link
Collaborator Author

pindge commented Nov 29, 2022

A couple minor cleanup/stylistic changes, but otherwise it looks good to me!

Thank you, all addressed

});
objToggle(obj);
}
console.log(type);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to clean this up!

@@ -63,7 +63,7 @@ <h2 class="followed lonesome">Product Metadata Issues
{{ (stat.count - stat.has_region) | percent(stat.count) }}
</td>
<td title="{{ stat.count - stat.has_file_size }} of {{ stat.count }} without size_bytes field"
class="missing-file-size">
class="missing-dize">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo; should be dsize

@pindge pindge merged commit 555227f into develop Nov 29, 2022
@pindge pindge deleted the product-metadata-viewer branch November 29, 2022 02:28
@pindge pindge mentioned this pull request Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement UI/UX User interface issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

need improvements on metadata audit page
3 participants