Skip to content

Commit 81a18cd

Browse files
authored
Merge pull request #249 from Aaditya-Singh78/doc/updates10
Docs(meeting notes) update documentation of week-09 meeting.
2 parents afd7092 + 084f24b commit 81a18cd

File tree

2 files changed

+111
-0
lines changed

2 files changed

+111
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: week-09
3+
author: Aaditya Singh
4+
---
5+
<!--
6+
SPDX-License-Identifier: CC-BY-SA-4.0
7+
SPDX-FileCopyrightText: 2024 Aditya Singh <singh.aaditya889@gmail.com>
8+
-->
9+
---
10+
11+
# Meeting 16
12+
*(July 05, 2024)*
13+
14+
## Attendees
15+
16+
**Mentors:**
17+
18+
- [Katharina Ettinger](https://github.com/EttingerK)
19+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
20+
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
21+
- [Avinal Kumar](https://github.com/avinal)
22+
23+
**Contributors:**
24+
25+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
26+
27+
## Discussions:
28+
29+
**Contributors:**
30+
31+
- [Aaditya Singh](https://github.com/Aaditya-Singh78): Focused on developing code through database integration and organizing the structure based on the hexagonal architecture to prevent circular dependencies and separate logic. Additionally, raised a question regarding the `sqlstatements.h` file.
32+
33+
**Mentors:**
34+
35+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): Clarified queries about the operations of the `sqlstatements.h` file, discussing the ER diagram of the table and how it interacts with user actions.
36+
37+
- [Avinal Kumar](https://github.com/avinal): Recommended combining commands in `cmake` as follows:
38+
```
39+
custom_Target:
40+
custom_command: ()
41+
```
42+
Recommended reviewing the [go-cmake](https://github.com/mutse/go-cmake) repository for additional insights.
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: week-09
3+
author: Aaditya Singh
4+
---
5+
<!--
6+
SPDX-License-Identifier: CC-BY-SA-4.0
7+
SPDX-FileCopyrightText: 2024 Aditya Singh <email.here>
8+
-->
9+
10+
# Meeting 15
11+
12+
*(July 04, 2024)*
13+
14+
## Attendees:
15+
16+
- [Gaurav Mishra](https://github.com/GMishx)
17+
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
18+
- [Avinal Kumar](https://github.com/avinal)
19+
- [Abdelrahman Jamal](https://github.com/Hero2323)
20+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
21+
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
22+
- [Akash Sah](https://github.com/Akashsah2003)
23+
- [Divij Sharma](https://github.com/dvjsharma)
24+
- [Rajul Jha](https://github.com/rajuljha)
25+
- [Valens Niyonsenga](https://github.com/valens200)
26+
27+
## Absent:
28+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd)
29+
- [Ayush Bhardwaj](https://github.com/hastagAB)
30+
- [Samuel Dushimimana](https://github.com/dushimsam)
31+
- [Soham Banerjee](https://github.com/soham4abc)
32+
- [Shreya Singh](https://github.com/SinghShreya05)
33+
34+
## Discussions:
35+
36+
**Mentors:**
37+
38+
- [Gaurav Mishra](https://github.com/GMishx): Provided general project updates.
39+
40+
- [Avinal Kumar](https://github.com/avinal): Advised [Aaditya Singh](https://github.com/Aaditya-Singh78) to continue using the existing `cmake` build system, explaining that `bazel`, while efficient, does not meet the current needs of Fossology. Changing the build system now is not advisable.
41+
42+
- [Gaurav Mishra](https://github.com/GMishx): Suggested [Akash Sah](https://github.com/Akashsah2003) to open an issue on the SPDX tool.
43+
44+
**Contributors:**
45+
46+
- [Divij Sharma](https://github.com/dvjsharma)
47+
- Developed endpoints supporting standard copyright agents for URLs, emails, and authors.
48+
- Updated details in a previously mentioned PR and completed unit tests for Job endpoints.
49+
50+
- [Abhishek Kumar](https://github.com/abhi-kumar17871)
51+
- Conducted validations of JSON RDF & LDA formats and completed work on GitHub workflows & tag value report generation.
52+
53+
- [Rajul Jha](https://github.com/rajuljha)
54+
- Completed differential scans and revised PR accordingly. Plans to test the allow-list functionality next week and explore GitHub actions and Docker Compose.
55+
56+
- [Abdelrahman Jamal](https://github.com/Hero2323)
57+
- Achieved approximately 70% accuracy in semantic searches, effectively identifying correct licenses. Aims to increase accuracy to 90% next week and will require integration with LLM and some prompt engineering.
58+
59+
- [Aaditya Singh](https://github.com/Aaditya-Singh78)
60+
- Began coding the scheduler through database connectivity. Facing decisions about the build system `cmake`, which does not support Go. Created documentation on the general coding structure in Go, following the hexagonal architectural pattern.
61+
62+
- [Akash Sah](https://github.com/Akashsah2003)
63+
- Addressed bugs in the tag value report. Focused on improving the RDF report and integrating it into the database's license table to eliminate duplicates.
64+
65+
- [Shreya Gautam](https://github.com/ShreyaGautamm)
66+
- Written a Python script to fetch copyright content from the database and modified the copyright. Will tackle a GitHub action issue next.
67+
68+
- [Valens Niyonsenga](https://github.com/valens200)
69+
- Finalized the addition of controllers and models concerning permission licenses on agents. Plans to work on test cases.

0 commit comments

Comments
 (0)