Suggestion for better project organisation
Created by: jameswritescode
I sent this in an email to the mailing list, but didn't receive any responses and it was suggested I go ahead and post this here:
Hi all,
Using Gitlab for a handful of projects within my organisation and I've began to realize how it would be nice to have a feature similar to the GitHub organisations, (Gitlab Categories?) just not as in-depth.
Currently I'm working on two large projects with two separate groups of people, and both have multiple repos for various aspects of the projects. The downside of this is the naming scheme we're having to adopt for both projects so they do not have project name conflicts, so we're naming all projects starting with the project name and then what the repo is for, for example:
AlphaProj Website AlphaProj Client BetaProj Website BetaProj Client
It would be useful to be able to maybe categorize repositories. The example I have in my head right now goes along the lines of: Create a new repository Optionally create a category or select an existing one to file the repo under Other optional stuff like clone/url that already exist. Then something along the lines of this could exist after creation:
http://git.domain.tld/alpha/website vs http://git.domain.tld/alpha_website.git http://git.domain.tld/beta/website vs ... ...
Then in the projects sidebar the non-categorized projects could go under "Projects" and other div's for the projects that are in a category.
This would probably go nicely with the teams future addition, too.
Just a suggestion but I wouldn't mind discussion on this if anyone is open to it.
As I stated later in the email, I think this would go nicely with the teams addition, from issue #739
Thanks.