User Story

As a user,

I want to see detailed information about a project.

API Calls

project(projectId)

returns the Project entity.

updateProject(project)

returns the updated Project entity.

User Interface

Acceptance Criteria

AC-1 Page is available at /projects/:projectId
AC-1.1 Any authorised user can see this page
AC-2 All information about the project is available here
AC-2.1 Display project name, internal name, description, domin, start and end date
AC-3 Admin can update project