Confusing UI Terminology: "Add Shared Directory" #74
Labels
No Label
0.2.0
0.3.0
0.4.0
0.5.0
0.5.1
0.6.0
0.6.1
0.7.0
0.8.0
0.9.0
1.0.0
1.1.0
1.10.0
1.10.1
1.10.2
1.10a2
1.11.0
1.12.0
1.12.1
1.13.0
1.14.0
1.15.0
1.15.1
1.2.0
1.3.0
1.4.1
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7β
1.8.0
1.8.1
1.8.2
1.8.3
1.8β
1.9.0
1.9.0-s3branch
1.9.0a1
1.9.0a2
1.9.0b1
1.9.1
1.9.2
1.9.2a1
LeastAuthority.com automation
blocker
cannot reproduce
cloud-branch
code
code-dirnodes
code-encoding
code-frontend
code-frontend-cli
code-frontend-ftp-sftp
code-frontend-magic-folder
code-frontend-web
code-mutable
code-network
code-nodeadmin
code-peerselection
code-storage
contrib
critical
defect
dev-infrastructure
documentation
duplicate
enhancement
fixed
invalid
major
minor
n/a
normal
operational
packaging
somebody else's problem
supercritical
task
trivial
unknown
was already fixed
website
wontfix
worksforme
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Reference: tahoe-lafs/trac-2024-07-25#74
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does "Add Shared Directory" do?
Is the "Name to place incoming directory" a path on the vdrive or my client's filesystem?
Does "Mount shared directory" create a new mount binding on my client's filesystem?
good things to fix
Really this is "add URI as a child of the given name", where the URI could either point to a directory or to a single file. I used the words "Add Shared Directory" to match the text at the top of each directory page that offers the URI for that directory, to give people the idea that you cut from one and paste into the other.
"Name to place incoming directory" is a single pathname component (no slashes) and means that we will create a child of the current directory with that name. The child will point to the thing being linked. This is the equivalent of 'cp ... ./Name', or 'ln -s ... ./Name', or 'mount ... ./Name'. This is completely unrelated to the disk-based filesystem of the host on which your client is running.
'Mount shared directory' does not touch the disk-based filesystem of your client's host. It only affects your vdrive.
The only thing which touches the your host's disk is the upload file button.
Now, how to summarize all of these notes into a concise and expressive webish.py directory page.
Also, note that eventually we will have professional web UI designers replace this. webish.py is purely an engineering interface, so I feel it's ok if it requires a bit of engineering explanation to understand completely.
The current box is labeled "Attach a file or directory (by URI) to this directory", and has two boxes, labeled "New child name:" and "URI of new child:".
Is this any better?
The current labels make much more sense to me. After seeing them, the old labels also make sense, but I think these are much easier to comprehend off the bat.
Closing this.