Ticket #850 (closed Defect: fixed)
Label / Name of workspace in file browser
Reported by: | JuergeN | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.8 |
Component: | DeepaMehta Standard Distribution | Version: | 4.7 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | GUI / Usability |
Module: |
Description
As a user I find it confusing that the directory that is created for each workspace is not labeled / named as the workspace, but as the workspace-id. As ist has a path and a name, why can't the name on the canvas (not the filepath!) just equal the workspace name?
Change History
comment:2 in reply to: ↑ 1 ; follow-up: ↓ 3 Changed 9 years ago by jri
Replying to jri:
The label of a Folder topic as displayed on the canvas is always the name of the underlying directory.
Aah, only now I understand what you mean: A Folder topic has a "Folder Name" and a "Path". The Folder Name must not be strictly derived from the Path but could have a programmatic value. Sounds reasonable :-)
comment:3 in reply to: ↑ 2 Changed 9 years ago by JuergeN
Replying to jri:
Aah, only now I understand what you mean: A Folder topic has a "Folder Name" and a "Path". The Folder Name must not be strictly derived from the Path but could have a programmatic value. Sounds reasonable :-)
Exactly! :)
The label of a Folder topic as displayed on the canvas is always the name of the underlying directory.
The per-workspace root directories are named according to the workspace ID, and not the workspace name, because
Yes, making the workspace ID visible on the canvas is not nice as it is not informative to the user.
I worked hard with implementing another solution but I got into devils kitchen. At the moment I know no better solution.