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

Artifact stats detail page confusion fix #424

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

AnishReddyRavula
Copy link
Contributor

The artifact details page shows the version's stats which is confusing as the list page shows the artifact's stats and the details page shows different numbers

Also, update the tooltip for the artifact to show 'last updated at'

Do not show the last update and version count for version stats

image image

The artifact details page shows version's stats which is confusing as the list page shows artifac's stats and the details page shows different numbers

Also update tool tip for artifact to show 'last updated' and for version stats to show 'created_at'
Copy link
Contributor

@Mark-Powers Mark-Powers left a comment

Choose a reason for hiding this comment

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

Looks good, one minor comment

@@ -47,7 +47,10 @@ <h2 class="artifactTitle">
{{ artifact.long_description|markdown|safe }}
</section>

{% include 'sharing_portal/includes/stats.html' with artifact=artifact version=version %}
<section class="artifactBody__authors">
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can leave this without a title, like it was before, as users are expecting these stats are for the whole artifact.

@AnishReddyRavula AnishReddyRavula merged commit 7af7e1b into master Oct 2, 2023
13 checks passed
@AnishReddyRavula AnishReddyRavula deleted the artifact-stats-detail-page-confusion-fix branch October 2, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants