ita-social-projects / SpaceToStudy-BackEnd

MIT License
13 stars 5 forks source link

Add Resource Completion Status Update Endpoint for Cooperations #1005

Open luiqor opened 3 days ago

luiqor commented 3 days ago

Add Resource Completion Status Update Endpoint for student to be able to mark cooperation as 'completed' or 'active'

PR where completionStatus field was added to model: #966

API Endpoint

PATCH /cooperations/{id}/{resourceId}/completionStatus

Changes

Previews

Successful update:

https://github.com/user-attachments/assets/9e83d23a-e492-4aac-a2aa-2cf394a33b78

Not valid completionStatus error preview:

image

An clear error message indicating that this action is restricted to the student role:

image-1

sonarcloud[bot] commented 3 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
95.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud