Skip to content

As an end user, I want to be able to list at most three groups, and at most, five projects, including subgroups, of a specific group, along with the date and author of the most recent commit for each project.

  • For each group, view the name, link to the group at GitLab, avatar (if any), path.
  • For each project (if any), view the name, link to the project at GitLab, avatar (if any), path, last commit (if any) including date, author's (if any) name, username, and avatar.
  • Include subgroups when searching for a group's projects.
  • If there are more than three groups, properly provide information about it.
  • If a group has more than five projects, properly provide information about it.
  • If there is a last commit, view the commit's date, author's name, username, and avatar.
Edited by Mats Loock