Skip to main content

Week 2 & 3

Activities

  • Issued Pull Request for the file copyright info. GET /file/upload/{UploadId}/item/{ItemId}/copyrights: #2475.
  • Issued Pull Request for the file copyright delete. DELETE /file/upload/<uploadId>/item/<ItemId>/copyright/<Hash>: #2478.
  • Issued Pull Request for the file copyright update. PUT /file/upload/{Upload_id}/item/{Item_id}/copyright/{Copyright_hash}: #2479.

Screenshots

1. Get copyrights for file response /file/upload/{UploadId}/item/{ItemId}/copyrights

get-copyrights-file

2. Update copyrights for file response /file/upload/{Upload_id}/item/{Item_id}/copyright/{Copyright_hash}

update-copyrights-file

3. Delete copyrights for file response /file/upload/<uploadId>/item/<ItemId>/copyright/<Hash>

delete-copyrights-file

Next Week's Expectations

  • Fix failing unit tests for the newly added endpoints.
  • Discuss with mentors how to avoid the possible Merge conflicts resulted by redundancy of PRs.
  • Move on to the next module of API development.