Modify ↓
Opened 10 years ago
Last modified 5 years ago
#12108 new enhancement
Organize file list in a tree
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DownloadsPlugin |
Severity: | normal | Keywords: | tree view |
Cc: | Trac Release: |
Description
When there are lots of files in the download area, it might be nice to be able to organize them in an expandable tree. It is possible that existing properties (e.g., platform, uploaded) could be used for this. Or perhaps a new one just for this (e.g., grouping). I am thinking about the table of available downloads.
I know that this could get complicated in that once you have a tree, how deep should it be? If one had a grouping variable, it could be like this:
- In the absence of a value for the grouping, the item is shown in the root, as it is today. So, if you don't do anything, the downloads look the same.
- If you add a grouping string, it could be something like level1 or level1/level2, etc. Each forward slash adds a level in the tree.
Attachments (0)
Note: See
TracTickets for help on using
tickets.