Skip to content

GitLab group based communities

Problem to solve

As a GitLab user, Gitter doesn't suggest projects/groups from my linked GitLab when creating a new community. If my account is linked to GitHub it suggests my GitHub projects.

Further details

The current create community flow is GitHub focused and only supports creating GitHub based communities. We want to add support for GitLab groups.

Before this can be supported, a number of backend changes are required. See https://gitlab.com/gitlab-org/gitter/webapp/issues/2393

Proposal

Current experience for GitHub users

community-create/main-step/community-creation-main-view.js community-creation-github-projects-view.js

When signed in as a user linked to GitLab:

  • when Creating a community, suggest creating a community based on my GitLab groups
  • show a list of GitLab groups to choose from

A follow up will be required to add support for personal projects which do not have a namespace.

Todo

Edited by Eric Eastwood