- Write test cases to ensure this {Function name} is correct {code}.
- Write test cases using {testing framework} for the following code: {code}
- Write test cases using {testing framework} for the following {react/vue/angular} component: {code}
- Write documentation for the following code {code}
- Write swagger documentation for the following endpoint: GET /boards/{id}
- Write swagger documentation for the following endpoint: GET /boards/{id} that can return following error codes: 401, 404, 409, 500 and return status 200 with the board with following properties:
id
, title
, description
, itemIds
, ownerId
, createdAt
, updatedAt