Tree, Folder, and document design issues
- From: George Newton <nospam@xxxxxxxxxx>
- Date: Tue, 19 Feb 2008 14:13:15 -0800
Since uidesign is one of the sleepiest ngs on this domain, I hope that
this post is appropriate for this ng.
I'm redesigning a document manager tree notes type app.
(I'm using VirtualTreeview in a pure virtual design.)
I have been considering the apparent conventions followed by
Windows Explorer and Powerdesk, the WE replacement I use,
as well as numerous PIM/free-form database apps I tried before
reconciling myself to redesigning my own.
Since there are two windows for the folders in file management apps,
the whole treee sits on the left, and the child directory and
grandchild directories sit on the right.
However, in document manager type app, the edit window usually
sits on the right - in my case anyway - and there is only the
one tree view on the left.
I use these substitutions for convenience and clarity:
F = folder, N = document/note
The issue at hand for me is what is normal/expected/sensible
in terms of the following:
this is the convention of possiblities that I will follow,
as of the moment. If there are reasonable arguments against
this limitation, I'd like to hear them.
F
F
F {closed}
F
N
F
N {these notes are the children of the root}
N
So, in the above, only a Folder can have child Notes and child
Folders.
I can imagine allowing variations like the following, but in
terms of efficient access and ordering of data it seems
unwieldy:
F
F
F {closed}
F
N {note has both child folders and child notes}
F
N {note is a child of the immediate folder above}
N {note is child of note that is parent to the folder 2 lines above}
F
N
N
I'd appreciate any comments or references to discussions or papers
about this.
--
George Newton
.
- Follow-Ups:
- Re: Tree, Folder, and document design issues
- From: maramirezc
- Re: Tree, Folder, and document design issues
- From: John Gray
- Re: Tree, Folder, and document design issues
- From: yannis
- Re: Tree, Folder, and document design issues
- From: Ed
- Re: Tree, Folder, and document design issues
- From: JohnE
- Re: Tree, Folder, and document design issues
- From: Bob S
- Re: Tree, Folder, and document design issues
- Prev by Date: Re: Running native D7 apps on Vista?
- Next by Date: Re: Microsoft makes a grab for student's hearts and minds.
- Previous by thread: Together modeler in RAD Studio 2007 -is it broken
- Next by thread: Re: Tree, Folder, and document design issues
- Index(es):
Relevant Pages
|