Skip to content

As a end-user, I want to be presented with all issues related to a specifik Gitlab project

When a client connects to the application, the application should show all open issues for a defined project to the user.

An issue should be presented to the user with, at a minimum, the following content:

  • The title of the issue
  • The description of the issue
  • The avatar of the user owning the issue

In this phase of the application, the issues are collected by a request from the node.js-server to the Gitlab api.

Limitations

Issues only need to be shown for one, by you, specified project located in your group https://gitlab.lnu.se/1dv026/student/xx222xx/assignment-b2/ (where xx222xx is replaced with your student id). The user will not be able to choose project.

No login is required for users. (Not ideal but outside the scope of the course).