-
Notifications
You must be signed in to change notification settings - Fork 29
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
Rename "Timestamp" column label to "Created" #2269
Conversation
@julieg18, @shcheklein Shouldn't we request the DVC team change it since the Timestamp term is more efficient? |
"Timestamp" does not tell you what the timestamp represents. Created does. |
Code Climate has analyzed commit 7762c52 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |
Going to go ahead and merge this! We can always revert if we decide that we want to keep the "Timestamp" name :) |
A timestamp is a digital record of the time of occurrence of a particular event. |
@maxagin if we want to change this, let's raise an issue in the DVC repo first please. My take both are fine for now, there are pros and cons, so let's keep it at move forward. |
Which event? When the experiment was created, when it was first modified, when it was last modified, when it was completed, last time it was selected? |
The entrance of the experiment. Question. Why we do not display the following information in the table?
|
Renames the timestamp column's name to "Created", matching DVC CLI tables.
Main:
PR:
Followup to #2239 comment