Skip to content

Commit f13846a

Browse files
docs(minutes of meeting) Initial writing about meeting discussion
1 parent 0a04692 commit f13846a

File tree

5 files changed

+262
-262
lines changed

5 files changed

+262
-262
lines changed

docs/2024/scheduler/_category_.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
2-
"label": "Scheduler Overhaul",
3-
"position": 3
4-
}
1+
{
2+
"label": "Scheduler Overhaul",
3+
"position": 3
4+
}

docs/2024/scheduler/index.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
---
2-
sidebar_position: 1
3-
title: Introduction
4-
slug: /2024/scheduler/
5-
---
6-
<!--
7-
SPDX-License-Identifier: CC-BY-SA-4.0
8-
9-
SPDX-FileCopyrightText: 2024 Aditya Singh <email.here>
10-
-->
11-
12-
## Author
13-
14-
[Aaditya Singh](https://github.com/Aaditya-Singh78)
15-
16-
## Contact info
17-
18-
- [Email](mailto:singh.aaditya889@gmail.com)
19-
- [LinkedIn](https://www.linkedin.com/in/aadi-singh/)
20-
- [Twitter](https://twitter.com/__Aadityasingh)
21-
22-
## OVERHAULING SCHEDULER DESIGN
23-
The Fossology Scheduler, essential for managing tasks in the Fossology Application, is hindered by its outdated C programming, which lacks error handling and the ability to manage multiple tasks at once. The current design doesn't effectively manage job execution, especially for jobs that need to run independently for each upload but instead block other unrelated tasks.
24-
25-
![Linear Queue](./static/img/linear_queue.png)
26-
27-
28-
## What's the project about?
29-
30-
Insert Text Here
31-
32-
## What should be done?
33-
34-
What are the plans for the project?
1+
---
2+
sidebar_position: 1
3+
title: Introduction
4+
slug: /2024/scheduler/
5+
---
6+
<!--
7+
SPDX-License-Identifier: CC-BY-SA-4.0
8+
9+
SPDX-FileCopyrightText: 2024 Aditya Singh <email.here>
10+
-->
11+
12+
## Author
13+
14+
[Aaditya Singh](https://github.com/Aaditya-Singh78)
15+
16+
## Contact info
17+
18+
- [Email](mailto:singh.aaditya889@gmail.com)
19+
- [LinkedIn](https://www.linkedin.com/in/aadi-singh/)
20+
- [Twitter](https://twitter.com/__Aadityasingh)
21+
22+
## OVERHAULING SCHEDULER DESIGN
23+
The Fossology Scheduler, essential for managing tasks in the Fossology Application, is hindered by its outdated C programming, which lacks error handling and the ability to manage multiple tasks at once. The current design doesn't effectively manage job execution, especially for jobs that need to run independently for each upload but instead block other unrelated tasks.
24+
25+
![Linear Queue](./static/img/linear_queue.png)
26+
27+
28+
## What's the project about?
29+
30+
Insert Text Here
31+
32+
## What should be done?
33+
34+
What are the plans for the project?
Lines changed: 90 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
1-
---
2-
title: Weekly Updates (Community Bonding)
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 1
12-
13-
*(May 30,2024)*
14-
15-
## Attendees:
16-
17-
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
18-
19-
- [Gaurav Mishra](https://github.com/GMishx)
20-
21-
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
22-
23-
- [Ayush Bhardwaj](https://github.com/hastagAB)
24-
25-
- [Samuel Dushimimana](https://github.com/dushimsam)
26-
27-
- [Soham Banerjee](https://github.com/soham4abc)
28-
29-
- [Shreya Singh](https://github.com/SinghShreya05)
30-
31-
- [Abdelrahman jamal](https://github.com/Hero2323)
32-
33-
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
34-
35-
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
36-
37-
- [Akash Sah](https://github.com/Akashsah2003)
38-
39-
- [Divij Sharma](https://github.com/dvjsharma)
40-
41-
- [Rajul Jha](https://github.com/rajuljha)
42-
43-
- [Valens Niyonsenga](https://github.com/valens200)
44-
45-
## Discussion:
46-
47-
### Mentors
48-
49-
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): General updates regarding project. The contributors shall update the GSoC Documentation tool before joining the thursday call.
50-
51-
- [Gaurav Mishra](https://github.com/GMishx): Explains about the GSoC Documentation tool. Different rules to contribute the code and documentation.
52-
53-
### Contributors
54-
55-
- [Abdelrahman jamal](https://github.com/Hero2323)
56-
57-
- Basic code to parse file text from fossology and prompt it to different LLM's. LLM is giving license names and also gives multiple licenses, empty in case of no license found.
58-
59-
- Checking which LLM is best.
60-
61-
- [Shreya Gautam](https://github.com/ShreyaGautamm)
62-
63-
- Absent.
64-
65-
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
66-
67-
- Fossology installation done. created a pull request to enhance cross-platform compatibility and line encoding issues.
68-
69-
- Discussed with mentor to solve other issue with mimetype agent.
70-
71-
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
72-
73-
- Exploring and working on SPDX 3.0 JSON format will be opening the pull request soon.
74-
75-
- [Akash Sah](https://github.com/Akashsah2003)
76-
77-
- I was looking into ways to store the license expressions. Found Abstract syntax as one way. i have shared the document to mentors to take a call.
78-
79-
- [Divij Sharma](https://github.com/dvjsharma)
80-
81-
- No major updates i was looking into ways to implement OAUTH via API.
82-
83-
- [Rajul Jha](https://github.com/rajuljha)
84-
85-
- In call with mentors we have discussed on general milestone for CI/CD project. Working on line number extraction and differencial scans.
86-
87-
- [Valens Niyonsenga](https://github.com/valens200)
88-
89-
- I Dont have many updates i have gone through the idea regarding Monk based text scanning. need to discuss further on how to start.
90-
1+
---
2+
title: Weekly Updates (Community Bonding)
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 1
12+
13+
*(May 30,2024)*
14+
15+
## Attendees:
16+
17+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
18+
19+
- [Gaurav Mishra](https://github.com/GMishx)
20+
21+
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
22+
23+
- [Ayush Bhardwaj](https://github.com/hastagAB)
24+
25+
- [Samuel Dushimimana](https://github.com/dushimsam)
26+
27+
- [Soham Banerjee](https://github.com/soham4abc)
28+
29+
- [Shreya Singh](https://github.com/SinghShreya05)
30+
31+
- [Abdelrahman jamal](https://github.com/Hero2323)
32+
33+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
34+
35+
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
36+
37+
- [Akash Sah](https://github.com/Akashsah2003)
38+
39+
- [Divij Sharma](https://github.com/dvjsharma)
40+
41+
- [Rajul Jha](https://github.com/rajuljha)
42+
43+
- [Valens Niyonsenga](https://github.com/valens200)
44+
45+
## Discussion:
46+
47+
### Mentors
48+
49+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): General updates regarding project. The contributors shall update the GSoC Documentation tool before joining the thursday call.
50+
51+
- [Gaurav Mishra](https://github.com/GMishx): Explains about the GSoC Documentation tool. Different rules to contribute the code and documentation.
52+
53+
### Contributors
54+
55+
- [Abdelrahman jamal](https://github.com/Hero2323)
56+
57+
- Basic code to parse file text from fossology and prompt it to different LLM's. LLM is giving license names and also gives multiple licenses, empty in case of no license found.
58+
59+
- Checking which LLM is best.
60+
61+
- [Shreya Gautam](https://github.com/ShreyaGautamm)
62+
63+
- Absent.
64+
65+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
66+
67+
- Fossology installation done. created a pull request to enhance cross-platform compatibility and line encoding issues.
68+
69+
- Discussed with mentor to solve other issue with mimetype agent.
70+
71+
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
72+
73+
- Exploring and working on SPDX 3.0 JSON format will be opening the pull request soon.
74+
75+
- [Akash Sah](https://github.com/Akashsah2003)
76+
77+
- I was looking into ways to store the license expressions. Found Abstract syntax as one way. i have shared the document to mentors to take a call.
78+
79+
- [Divij Sharma](https://github.com/dvjsharma)
80+
81+
- No major updates i was looking into ways to implement OAUTH via API.
82+
83+
- [Rajul Jha](https://github.com/rajuljha)
84+
85+
- In call with mentors we have discussed on general milestone for CI/CD project. Working on line number extraction and differencial scans.
86+
87+
- [Valens Niyonsenga](https://github.com/valens200)
88+
89+
- I Dont have many updates i have gone through the idea regarding Monk based text scanning. need to discuss further on how to start.
90+

0 commit comments

Comments
 (0)