As a contractor, I should be able to get all roles for a project, so that I can assign them to milestone stages #83
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 all roles for a project, so that I can assign them to milestone stages.Acceptance Criteria
Scenario 1: Search for all possible roles in a project
GIVEN an
contractor
is requesting all possible roles in the desktop appWHEN the app hits the
/projects/:id/roles
endpoint with a valid GET request, containing the path parameter::id
, the unique id of the project for which the roles are needed.THEN the app should receive a status
200
AND in the response, the following information should be returned:
Sample Request/Sample Response
For e.g. If we request roles for project id 1:
Resources
Dev Notes
Testing Notes
{notes for QA, with examples if applicable}
The text was updated successfully, but these errors were encountered: