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

Display human-readable volume revision names #9643

Open
RandyTheOtter opened this issue Dec 12, 2024 · 0 comments
Open

Display human-readable volume revision names #9643

RandyTheOtter opened this issue Dec 12, 2024 · 0 comments
Labels
C: storage P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: enhancement Type: enhancement. A new feature that does not yet exist or improvement of existing functionality. ux User experience

Comments

@RandyTheOtter
Copy link

How to file a helpful issue

The problem you're addressing (if any)

When running qvm-volume info, it describes available revisions using UNIX timestamps. This is comprehensible, but not very convenient.

The solution you'd like

Instead of timestamps, use actual time of creation when interacting with a user. For example:

List of available revisions (for revert):
  2024-12-12T02:34:56-back
  2024-12-11T02:34:56-back
  2024-12-10T02:34:56-back
  2024-12-09T02:34:56-back

The value to a user, and who that user might be

No need to calculate the time manually. It is convenient if your goal is to revert to a specific revision as opposed to latest or newest.

Completion criteria checklist

(This section is for developer use only. Please do not modify it.)

@RandyTheOtter RandyTheOtter added P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: enhancement Type: enhancement. A new feature that does not yet exist or improvement of existing functionality. labels Dec 12, 2024
@andrewdavidwong andrewdavidwong added ux User experience C: storage labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: storage P: default Priority: default. Default priority for new issues, to be replaced given sufficient information. T: enhancement Type: enhancement. A new feature that does not yet exist or improvement of existing functionality. ux User experience
Projects
None yet
Development

No branches or pull requests

2 participants