On left of dashboard, we have a list of project
This list is sort by alpha.
The idea to keep it KISS
Choose “separator” (perhaps configurable if some account have already this symbol in a project name.
If I create the following list of project
- group 1 - project 1
- group 1 - project 2
- group 1 - project 3
- group 2
- group 2 - project 1
- group 2 - project 2
- group 3 - project 1
- group 4 - subgroup 1 - project 1
- group 4 - subgroup 1 - project 2
- group 4 - subgroup 2 - project 1
It’s display
- group 1 >
- group 2 >
- group 3 - project 1
- group 4 >
If I click on group 1
I see
- < <
- project 1
- project 2
- project 3
If I click on group 2
as group 2 exist, it’s both board container and sub-project container
I see
- < <
- group 2
- project 1
- project 2
If I click on group 4
I see
- < <
- subgroup 1 >
- subgroup 2 - project 1
Like this, it’s really portable, it’s only an interface hack.
but still a list of project with a literal name.
So yes, to rename group 4, I need to rename 3 projects… but it’s “simple”
(and a bulk rename tool can help to resolve this
This technic is compatible to sort the project list
- 1 - project red wich must be first
- 2 - project blue
- 3 - project green
instead of
- project blue
- project green
- project red wich must be first
Don’t need to ask to devs to build a drag and drop tool
Don’t need to ask to devs to store a rank in list ;)