bounswe / 2021SpringGroup11

Welcome to our github repository. We are 11th group of CMPE451 Fundamentals of Software Engineering course. We will work on a software project as a team throughout this term.
http://bounswe11.com.s3-website.us-east-2.amazonaws.com/
4 stars 0 forks source link

328 -> 142 Add-resource endpoint implemented #357

Closed EAltunoglu closed 2 years ago

EAltunoglu commented 2 years ago

Issue: #328. add-resource endpoint implemented. Unit tests are also implented for the endpoint. Example Request Body: { "path_id": "61b864fffc7b6ca95de23214", "milestone_id": "61d1e3ec2377c51a4b99b149", "task_id": "61d1e3ec2377c51a4b99b149", "link": "http://bounswe11.com.s3-website.us-east-2.amazonaws.com/", "photo": "" } Example Response Body: SUCCESS

SelmanB commented 2 years ago

Issue #142 about the testcases should be linked.

SelmanB commented 2 years ago

The conflicts are caused by the recent merge #358. Two distinct endpoints have similar functionality and therefore are seen as conflicts. Two authors of the two classes (@EAltunoglu @myasins ) should be resolving this new conflict.

EAltunoglu commented 2 years ago

Conflict is resolved.