HackYourFuture-CPH / simply-name.it

Final Project for Class17
MIT License
3 stars 1 forks source link

Backend: Endpoint to ADD a candidate - POST /api/boards/:boardId/candidates/ #91

Closed adnan832 closed 3 years ago

adnan832 commented 3 years ago

User story

Who: As a developer What: I want to enable the owner of the board to ADD the candidate. Why: so that a new candidate becomes a part of the Board

Acceptance criteria

  1. This endpoint should enable the owner of the board to add a new candidate like featured below:.

Add_candidate

  1. Create the POST endpoint POST /api/boards/:boardId/candidates/

  2. This endpoint should be documented in Swagger /api/documentation

islam-fawzy25 commented 3 years ago

we need to delete this issue since we have this #82

Hani-far commented 3 years ago

@dpfernandes I think we need to close this issue as Islam mentioned this issue is done by Diny https://github.com/HackYourFuture-CPH/simply-name.it/issues/82 and its PR already merged https://github.com/HackYourFuture-CPH/simply-name.it/pull/125

dinythomas89 commented 3 years ago

Already had an issue for it #82.