Skip to content

Commit 3fa19b0

Browse files
authored
Merge pull request #247 from Aaditya-Singh78/doc/updates7
Docs(meeting notes) update documentation of week-06 meeting.
2 parents a2b6acb + 864eee2 commit 3fa19b0

File tree

4 files changed

+138
-0
lines changed

4 files changed

+138
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
title: week-06
2+
author: Aaditya Singh
3+
---
4+
<!--
5+
SPDX-License-Identifier: CC-BY-SA-4.0
6+
SPDX-FileCopyrightText: 2024 Aditya Singh <singh.aaditya889@gmail.com>
7+
-->
8+
# Meeting 10
9+
*(June 14, 2024)*
10+
11+
## Participants:
12+
- [Gaurav Mishra](https://github.com/GMishx)
13+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
14+
15+
## Discussion Topics:
16+
17+
**Contributor:**
18+
- [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.
19+
20+
**Mentor:**
21+
- [Gaurav Mishra](https://github.com/GMishx): Let's discuss the data within the database and the essential criteria to consider when operating the scheduler:
22+
23+
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.
24+
25+
2. Some agents depend on external APIs with rate limits. Surpassing these limits could lead to access restrictions or complete blocks on agent processing.
26+
27+
3. A maintenance agent exists to support our website, focusing on dependency resolutions and performance enhancements.
28+
29+
4. Ensure responsiveness is a priority—analysis for users who request first should be completed first.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Discussion",
3+
"position": 4
4+
}
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: week-06
3+
author: Aaditya Singh
4+
---
5+
<!--
6+
SPDX-License-Identifier: CC-BY-SA-4.0
7+
8+
SPDX-FileCopyrightText: 2024 Aditya Singh <singh.aaditya889@gmail.com>
9+
-->
10+
11+
# Meeting 09
12+
*(June 13, 2024)*
13+
14+
## Attendees:
15+
16+
- [Gaurav Mishra](https://github.com/GMishx)
17+
18+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
19+
20+
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
21+
22+
- [Ayush Bhardwaj](https://github.com/hastagAB)
23+
24+
- [Abdelrahman Jamal](https://github.com/Hero2323)
25+
26+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
27+
28+
- [Akash Sah](https://github.com/Akashsah2003)
29+
30+
- [Divij Sharma](https://github.com/dvjsharma)
31+
32+
- [Rajul Jha](https://github.com/rajuljha)
33+
34+
- [Avinal Kumar](https://github.com/avinal)
35+
36+
## Absentees:
37+
38+
- [Katharina Ettinger](https://github.com/EttingerK)
39+
40+
- [Samuel Dushimimana](https://github.com/dushimsam)
41+
42+
- [Soham Banerjee](https://github.com/soham4abc)
43+
44+
- [Shreya Singh](https://github.com/SinghShreya05)
45+
46+
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
47+
48+
- [Valens Niyonsenga](https://github.com/valens200)
49+
50+
- [Anupam Ghosh](https://github.com/ag4ums)
51+
52+
- [Sahil Jha](mailto:sjha200000@gmail.com)
53+
54+
- [Vasudev Maduri](https://github.com/vasudevmaduri)
55+
56+
- [Shreya Gautam](https://github.com/ShreyaGautamm)
57+
58+
## General Discussion
59+
60+
**Mentor:**
61+
- [Gaurav Mishra](https://github.com/GMishx): Provided project updates.
62+
63+
**Contributors:**
64+
65+
- [Abdelrahman Jamal](https://github.com/Hero2323)
66+
67+
- Conducted tests with different models using Semantic Search for similarity matches.
68+
69+
- Tested semantic transformers and worked on a basic license identifier.
70+
71+
- [Shreya Gautam](https://github.com/ShreyaGautamm)
72+
73+
- Was absent.
74+
75+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
76+
77+
- Following my last conversation with mentors, began rewriting scheduler code from C to Go. Submitted a pull request for the same.
78+
79+
- Focused on implementing a queue and working on CLI code.
80+
81+
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
82+
83+
- Developed SPDX 3.0 JSON format, exploring validation of generated reports. Plans to start on RDF report soon.
84+
85+
- [Akash Sah](https://github.com/Akashsah2003)
86+
87+
- Per discussions with mentors, utilized JSON format to convert license expressions and store them in a database (successful).
88+
89+
- Developed a user interface for the same and is now adding comments, acknowledgments, and text for license expressions.
90+
91+
- [Divij Sharma](https://github.com/dvjsharma)
92+
93+
- Completed OAUTH implementation via API. Currently transitioning API from V1 to V2.
94+
95+
- [Rajul Jha](https://github.com/rajuljha)
96+
97+
- Focused on adding line number support for repo scans. Next, will work on nomos and ojo components.
98+
99+
- [Valens Niyonsenga](https://github.com/valens200)
100+
101+
- Implemented unit test cases for APIs such as License, Group, and Upload. Submitted a pull request for the same.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "General",
3+
"position": 3
4+
}

0 commit comments

Comments
 (0)