diff --git a/docs/2024/rest/updates/Divij/2024-07-09.md b/docs/2024/rest/updates/Divij/2024-07-09.md new file mode 100644 index 0000000000..5ea49d4e73 --- /dev/null +++ b/docs/2024/rest/updates/Divij/2024-07-09.md @@ -0,0 +1,36 @@ +--- +title: Week 7 +author: Divij Sharma +tags: [gsoc24, rest] +--- + + + +# Week 7 meeting and activities + +_(July 09,2024)_ + +## Attendees + +- [Divij Sharma](https://github.com/dvjsharma) +- [Samuel Dushimimana](https://github.com/dushimsam) +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + +## Discussion + +- Gave updates and demo on `/jobs`, `/jobs/{id}`, `/jobs/all` endpoints. +- Raised a doubt regarding a failing test for `/jobs` endpoint. +- Briefly discussed and reviewed the test cases development for the REST API with [Valens](https://github.com/valens200) + +## Activities + +- Finalized the work on the following PRs: + + - [feat(api): New endpoints to get/delete/restore/update user copyright findings](https://github.com/fossology/fossology/pull/2717) + - [feat(api): Added OneShot analysis endpoints for license & copyright](https://github.com/fossology/fossology/pull/2768) + +- Worked on documenting some improvements in the REST API implementation.