Opened 11 years ago
Last modified 7 years ago
#11162 new enhancement
improve project selection widget
Reported by: | falkb | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | planned |
Cc: | Trac Release: |
Description
I found http://www.erichynds.com/blog/jquery-ui-multiselect-widget which could probably replace the current multi-selection box. Especially I like the Optgroups feature.
Attachments (1)
Change History (11)
comment:1 follow-up: 3 Changed 10 years ago by
comment:3 Changed 9 years ago by
Replying to falkb:
I always dislike the lost space on the right-hand side below the multi-selection box. The following widget together with dropping the project frame could solve that problem.
http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/
AFAICS you lose space anyway because the filter area isn't going away even if using this new widget. So I currently don't see how it will help.
comment:4 Changed 9 years ago by
That's why I wrote in the comment: "together with dropping the project frame".
Anyway it would help to reduce the space that is currently needed for the first table in the current solution of #12367.
comment:5 Changed 9 years ago by
And it's displayed as one-liner in spite of the current solution where we need to show at least some lines of available projects.
comment:6 follow-up: 7 Changed 9 years ago by
OK, it has pro and cons. A combobox is better for a Trac instance with many projects, the current list is better for when you have only a few projects because they are directly shown without need to open the combobox.
What I actually want:
- get back the lost space below the filter area
- have a grouping feature within the project list
- (maybe move the project filter list up to the main menu area (???))
- (make it a bit modern/stylish)
comment:7 follow-up: 9 Changed 9 years ago by
Replying to falkb:
OK, it has pro and cons. A combobox is better for a Trac instance with many projects, the current list is better for when you have only a few projects because they are directly shown without need to open the combobox.
What I actually want:
- get back the lost space below the filter area
I disabled SMP completely and I think I understand you issue now. Yep, that may or may not be annoying depending on your point of view.
- have a grouping feature within the project list
- (maybe move the project filter list up to the main menu area (???))
I thought about something similar too. It's worth thinking about having a main select control to switch display to a project completely. This way implementing project specific wiki pages may be more straight forward, too. Will become complicated if one wants to see several projects at the same time, though.
- (make it a bit modern/stylish)
Just create a custom theme ;-).
Problem is some other plugins add there own items to the filter box so you can't get rid of it. With some Genshi wizardry one may style it differently though and move it out of the way.
Maybe this ticket should be renamed to Improve project display/filtering on Roadmap page?
comment:9 Changed 9 years ago by
Replying to anonymous:
Replying to falkb:
- (maybe move the project filter list up to the main menu area (???))
I thought about something similar too. It's worth thinking about having a main select control to switch display to a project completely. This way implementing project specific wiki pages may be more straight forward, too. Will become complicated if one wants to see several projects at the same time, though.
In a company, you're usually part of just a few of all projects at the same time. So one wants to filter the Timeline and Roadmap page, though in my case I want to see all I'm member of on the Timeline page but just one of them on Roadmap page. This could be extended to the wiki, but I just want to say, every page should have it's own filter for project selection.
See my pseudo-screenshot where I sketch my idea:
Maybe this ticket should be renamed to Improve project display/filtering on Roadmap page?
It's not only the Roadmap page, it also hits Timeline (and maybe the wiki).
Changed 9 years ago by
Attachment: | idea-for-combobox-and-placing.png added |
---|
comment:10 Changed 7 years ago by
Owner: | falkb deleted |
---|
I always dislike the lost space on the right-hand side below the multi-selection box. The following widget together with dropping the project frame could solve that problem.
http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/