Skip to content

Commit

Permalink
Merge pull request #247 from Aaditya-Singh78/doc/updates7
Browse files Browse the repository at this point in the history
Docs(meeting notes) update documentation of week-06 meeting.
  • Loading branch information
GMishx authored Jul 9, 2024
2 parents a2b6acb + 864eee2 commit 3fa19b0
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/2024/scheduler/updates/Discussion/2024-06-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
title: week-06
author: Aaditya Singh
---
<!--
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2024 Aditya Singh <singh.aaditya889@gmail.com>
-->
# Meeting 10
*(June 14, 2024)*

## Participants:
- [Gaurav Mishra](https://github.com/GMishx)
- [Aaditya Singh](https://github.com/Aaditya-Singh78)

## Discussion Topics:

**Contributor:**
- [Aaditya Singh](https://github.com/Aaditya-Singh78): Could you provide more details on the ER diagram? I need to know the specific parameters to integrate into the code.

**Mentor:**
- [Gaurav Mishra](https://github.com/GMishx): Let's discuss the data within the database and the essential criteria to consider when operating the scheduler:

1. Certain agents like delagent and software heritage must operate singularly due to their time-intensive nature, affecting users who need to run multiple agents.

2. Some agents depend on external APIs with rate limits. Surpassing these limits could lead to access restrictions or complete blocks on agent processing.

3. A maintenance agent exists to support our website, focusing on dependency resolutions and performance enhancements.

4. Ensure responsiveness is a priority—analysis for users who request first should be completed first.
4 changes: 4 additions & 0 deletions docs/2024/scheduler/updates/Discussion/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Discussion",
"position": 4
}
101 changes: 101 additions & 0 deletions docs/2024/scheduler/updates/General/2024-06-13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
title: week-06
author: Aaditya Singh
---
<!--
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2024 Aditya Singh <singh.aaditya889@gmail.com>
-->

# Meeting 09
*(June 13, 2024)*

## Attendees:

- [Gaurav Mishra](https://github.com/GMishx)

- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)

- [Kaushlendra Pratap](https://github.com/Kaushl2208)

- [Ayush Bhardwaj](https://github.com/hastagAB)

- [Abdelrahman Jamal](https://github.com/Hero2323)

- [Aaditya Singh](https://github.com/Aaditya-Singh78)

- [Akash Sah](https://github.com/Akashsah2003)

- [Divij Sharma](https://github.com/dvjsharma)

- [Rajul Jha](https://github.com/rajuljha)

- [Avinal Kumar](https://github.com/avinal)

## Absentees:

- [Katharina Ettinger](https://github.com/EttingerK)

- [Samuel Dushimimana](https://github.com/dushimsam)

- [Soham Banerjee](https://github.com/soham4abc)

- [Shreya Singh](https://github.com/SinghShreya05)

- [Abhishek Kumar](https://github.com/abhi-kumar17871)

- [Valens Niyonsenga](https://github.com/valens200)

- [Anupam Ghosh](https://github.com/ag4ums)

- [Sahil Jha](mailto:sjha200000@gmail.com)

- [Vasudev Maduri](https://github.com/vasudevmaduri)

- [Shreya Gautam](https://github.com/ShreyaGautamm)

## General Discussion

**Mentor:**
- [Gaurav Mishra](https://github.com/GMishx): Provided project updates.

**Contributors:**

- [Abdelrahman Jamal](https://github.com/Hero2323)

- Conducted tests with different models using Semantic Search for similarity matches.

- Tested semantic transformers and worked on a basic license identifier.

- [Shreya Gautam](https://github.com/ShreyaGautamm)

- Was absent.

- [Aaditya Singh](https://github.com/Aaditya-Singh78)

- Following my last conversation with mentors, began rewriting scheduler code from C to Go. Submitted a pull request for the same.

- Focused on implementing a queue and working on CLI code.

- [Abhishek Kumar](https://github.com/abhi-kumar17871)

- Developed SPDX 3.0 JSON format, exploring validation of generated reports. Plans to start on RDF report soon.

- [Akash Sah](https://github.com/Akashsah2003)

- Per discussions with mentors, utilized JSON format to convert license expressions and store them in a database (successful).

- Developed a user interface for the same and is now adding comments, acknowledgments, and text for license expressions.

- [Divij Sharma](https://github.com/dvjsharma)

- Completed OAUTH implementation via API. Currently transitioning API from V1 to V2.

- [Rajul Jha](https://github.com/rajuljha)

- Focused on adding line number support for repo scans. Next, will work on nomos and ojo components.

- [Valens Niyonsenga](https://github.com/valens200)

- Implemented unit test cases for APIs such as License, Group, and Upload. Submitted a pull request for the same.
4 changes: 4 additions & 0 deletions docs/2024/scheduler/updates/General/_category_ .json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "General",
"position": 3
}

0 comments on commit 3fa19b0

Please sign in to comment.