Skip to content

Conversation

@xuang7
Copy link
Contributor

@xuang7 xuang7 commented Aug 27, 2025

Purpose

This PR enhances the dataset version information display by adding creation date alongside version size, providing users with better context about when each version was created ,reduces reliance on manual descriptions for version history.
Closes #3701

Changes

  • Added a variable to capture each dataset version's creation date in dataset-detail.component.ts
  • Added creation date display for dataset versions in MM/dd/yyyy format, using existing styling for consistent UI appearance

Demonstration

Before After
no-info version-date

@xuang7 xuang7 marked this pull request as ready for review August 27, 2025 23:56
@aglinxinyuan aglinxinyuan enabled auto-merge (squash) September 1, 2025 03:34
@aglinxinyuan aglinxinyuan self-requested a review September 1, 2025 03:34
Copy link
Contributor

@aglinxinyuan aglinxinyuan left a comment

Choose a reason for hiding this comment

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

LGTM!

@aglinxinyuan aglinxinyuan merged commit e3ce127 into apache:main Sep 1, 2025
10 checks passed
aglinxinyuan pushed a commit that referenced this pull request Oct 1, 2025
### **Purpose**
This PR (in addition to #3706) enhances the dataset version display by
adding the creation timestamp alongside version size, giving users
clearer context for when each version was created and reducing reliance
on manual descriptions.

### **Changes**
- Added creation timestamp display for dataset versions in `MM/dd/yyyy
HH:mm:ss` format, using existing styling for consistent UI appearance.

### **Demonstration**
<img width="1424" height="785" alt="timestamp"
src="https://github.com/user-attachments/assets/69809f85-9375-45fe-99f6-6d8503a06b93"
/>
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.

Improve dataset information display in datasets interface

2 participants