Project Group Hierarchy
Created by: mlesin
It would be great to be able to have groups inside groups. For example, in our case, we have a lot of small projects (mostly plugins) for some 3rd party software, it would be ideal to have a group hierarchy like this:
houdini/
plugins/
sop/<projects here>
dop/<projects here>
rop/<projects here>
chop/<projects here>
configs/<projects here>
tools/<projects here>
maya/
plugins/<projects here>
configs/<projects here>
instead of what we forced to have now:
houdini-plugins-sop/<projects here>
houdini-plugins-dop/<projects here>
houdini-plugins-rop/<projects here>
houdini-plugins-chop/<projects here>
houdini-configs/<projects here>
houdini-tools/<projects here>
maya-plugins/<projects here>
maya-configs/<projects here>
I know in a text form upper example looks longer, but in a file system you'll see much less amount of directories at each level, which would be more intuitive. In addition to this you would be able to assign teams to whole houdini group, or only houdini/plugins group, or to houdini/plugins/sop group with relatively the same amount of 'clicks'.
P.S. It's a very short example, our real count of this linear list is much longer.