Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(report): REST APIs week 7 report #256

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/2024/rest/updates/Divij/2024-07-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Week 7
author: Divij Sharma
tags: [gsoc24, rest]
---

<!--
SPDX-License-Identifier: CC-BY-SA-4.0

SPDX-FileCopyrightText: 2024 Divij Sharma <[email protected]>
-->

# 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.