As a contractor, I should be able to get details of a single project, so that I can understand what is the status of the project #80
Labels
user story
A brief explanation of a functionality or an interaction with the system, from a user's perspective
Summary
As a
contractor
, I should be able to get details of a single project, so that I can understand what is the status of the project.Acceptance Criteria
GIVEN a
contractor
is requesting details of a project in the desktop appWHEN the app hits the
projects/:id
endpoint with a valid GET request, containing the path parameter::id
, the unique id of the project for which the details are needed.THEN the app should receive a status
200
AND in the response, the following information should be returned:
Sample Request/Sample Response
Resources
Dev Notes
This endpoint is accessible by and serves the product owner in the same way.
Testing Notes
GIVEN a
contractor
is requesting details of a project in the desktop appWHEN the app hits the
projects/:id
endpoint with a valid GET request, containing the path parameter::id
THEN the app should receive a status 200
AND the
{id}
in the body should be same as the:id
in the path parameterThe text was updated successfully, but these errors were encountered: