From 864eee2bd1428d7d4ecda103b4c502c950c616f0 Mon Sep 17 00:00:00 2001 From: Aaditya-Singh78 Date: Sun, 7 Jul 2024 17:50:24 +0530 Subject: [PATCH] Docs(meeting notes) update documentation of week-06 meeting. --- .../updates/Discussion/2024-06-14.md | 29 +++++ .../updates/Discussion/_category_.json | 4 + .../scheduler/updates/General/2024-06-13.md | 101 ++++++++++++++++++ .../updates/General/_category_ .json | 4 + 4 files changed, 138 insertions(+) create mode 100644 docs/2024/scheduler/updates/Discussion/2024-06-14.md create mode 100644 docs/2024/scheduler/updates/Discussion/_category_.json create mode 100644 docs/2024/scheduler/updates/General/2024-06-13.md create mode 100644 docs/2024/scheduler/updates/General/_category_ .json diff --git a/docs/2024/scheduler/updates/Discussion/2024-06-14.md b/docs/2024/scheduler/updates/Discussion/2024-06-14.md new file mode 100644 index 000000000..511901898 --- /dev/null +++ b/docs/2024/scheduler/updates/Discussion/2024-06-14.md @@ -0,0 +1,29 @@ +title: week-06 +author: Aaditya Singh +--- + +# 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. diff --git a/docs/2024/scheduler/updates/Discussion/_category_.json b/docs/2024/scheduler/updates/Discussion/_category_.json new file mode 100644 index 000000000..335883f2c --- /dev/null +++ b/docs/2024/scheduler/updates/Discussion/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Discussion", + "position": 4 +} diff --git a/docs/2024/scheduler/updates/General/2024-06-13.md b/docs/2024/scheduler/updates/General/2024-06-13.md new file mode 100644 index 000000000..01b9f4a8f --- /dev/null +++ b/docs/2024/scheduler/updates/General/2024-06-13.md @@ -0,0 +1,101 @@ +--- +title: week-06 +author: Aaditya Singh +--- + + +# 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. diff --git a/docs/2024/scheduler/updates/General/_category_ .json b/docs/2024/scheduler/updates/General/_category_ .json new file mode 100644 index 000000000..b8507683c --- /dev/null +++ b/docs/2024/scheduler/updates/General/_category_ .json @@ -0,0 +1,4 @@ +{ + "label": "General", + "position": 3 +}