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

History deletion wording inconsistency #18566

Open
bernt-matthias opened this issue Jul 18, 2024 · 6 comments
Open

History deletion wording inconsistency #18566

bernt-matthias opened this issue Jul 18, 2024 · 6 comments
Assignees

Comments

@bernt-matthias
Copy link
Contributor

Describe the bug

The history menu entry Delete this history has a tooltip Permanently delete this history

  • Permanently should be removed from the tooltip (because permanence is only optional)
  • We should use only one of permanently delete or purge throughout the UI (we use the former in the confirmation dialog and the later in the history list)

Screenshot from 2024-07-18 21-24-03

Screenshot from 2024-07-18 21-32-11

Galaxy Version and/or server at which you observed the bug
Galaxy Version: 24.1

@ahmedhamidawan
Copy link
Member

Permanently should be removed from the tooltip (because permanence is only optional)

I have a change here in #18265 (in this commit) that deals with this change.

We should use only one of permanently delete or purge throughout the UI (we use the former in the confirmation dialog and the later in the history list)

Yes, we can pick either Purge or Permanently delete. Purge might make more sense as it appears in tooltips and text next to the purge icon in various places.

@davelopez
Copy link
Contributor

Yes, we can pick either Purge or Permanently delete. Purge might make more sense as it appears in tooltips and text next to the purge icon in various places.

I'm fine with either but as a non-native English speaker, I thought "purge" could have negative connotations. The definitions usually say: to remove something bad or wrong while Permanently delete makes it more clear to me what is going to happen and makes me think that there is a difference between "delete" and "permanently delete" which is something people usually are confused when they "delete" something but it is still taking space...

@bernt-matthias
Copy link
Contributor Author

+1

Not sure how, but maybe we could also express that "purge"/"permanently delete" history actually only means that the data associated with the history is removed from disk. But this would probably just increase confusion.

@dannon
Copy link
Member

dannon commented Jul 23, 2024

Discussed in dev meeting, seems like preference is to standardize on 'permanently delete', purged is an implementation detail that users odn' tnee dto see.

@ahmedhamidawan ahmedhamidawan moved this from Triage/Discuss to To Do, Assigned in UI/UX Working Group - weeklies Jul 23, 2024
@ahmedhamidawan
Copy link
Member

This has been mostly fixed in #18265 (); as far as history details sections and actions go. A few other places still say "Purged" like:
image

but there is a concern about not enough space to fit "Permanently Deleted" in these cases

@davelopez
Copy link
Contributor

One idea, in that particular case, we could keep Purged, the tooltip will explain that it is permanently deleted.
Another idea is to remove the text and increase the icon a bit to make the tooltip target bigger. But I know there are also concerns about showing only icons without text.

@ahmedhamidawan ahmedhamidawan moved this from To Do, Assigned to Triage/Discuss in UI/UX Working Group - weeklies Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do, Assigned
Development

No branches or pull requests

4 participants