Unify group and project searching to assist in DRY group setups
Problem to solve
searching for projects and groups are siloed.
Further details
Splitting out repos into groups in a microservice style works well, however you end up with multiple projects named things like "api, db, ui, services". This organization works well since the group gets tacked on as part of the identifier keeping everything nice and DRY. However, when searching you cannot search on both group and project simultaneously.
Proposal
when searching for projects allow for groups to be displayed that match the search. or better yet add the abbility to do a fancy search like "group/project" preferable being smart where "grou/proj" would search groups by the "grou" part and then any projects of the potential group matches by the "proj" part.
What does success look like, and how can we measure that?
unified group and project search