As a contractor, I should be able to get details of a single milestone stage, so that I can understand what is the status of it's parent milestone. #89
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 milestone stage, so that I can understand what is the status of it's parent milestone.Acceptance Criteria
GIVEN a
contractor
is requesting details of a milestone stage in the desktop appWHEN the app hits the
milestone-stages/:id
endpoint with a valid GET request, containing the path parameter::id
, the unique id of the milestone stage 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
Testing Notes
GIVEN a
contractor
is requesting details of a milestone stage in the desktop appWHEN the app hits the
milestone-stages/: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: