Skip to content

Commit 14e450a

Browse files
authored
Merge pull request #316 from ChayanDass/chore/week1
chore(docs): week 1 updates for licensedb improvements
2 parents e02311b + bd21412 commit 14e450a

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Week 1
3+
author: Chayan Das
4+
tags: [gsoc25, LicenseDB]
5+
---
6+
<!--
7+
SPDX-License-Identifier: CC-BY-SA-4.0
8+
9+
SPDX-FileCopyrightText: 2025 Chayan Das <01chayandas@gmail.com>
10+
-->
11+
12+
# Week 1
13+
14+
*(June 2, 2025 - June 9, 2025)*
15+
16+
## Meeting 1
17+
18+
*(June 5, 2025)*
19+
20+
## Attendees
21+
- [Chayan Das](https://github.com/ChayanDass)
22+
- [Dearsh Oberoi](https://github.com/deo002)
23+
- [Gaurav Mishra](https://github.com/GMishx)
24+
- [Kaushlendra Pratap](https://github.com/Kaushl2208)
25+
- [Sahil Jha](https://github.com/sjha2048)
26+
- [Sushant Kumar Mishra](https://github.com/its-sushant)
27+
28+
29+
30+
31+
32+
33+
34+
## Discussions
35+
* Discussed and finalized the migration strategy to replace GORM’s AutoMigrate with a structured Golang migration tool.
36+
* Talked about designing a **messaging system** between agents for future scalability.
37+
* Explored plans to implement a **Levenshtein Distance Agent** to enhance the similarity detection pipeline.
38+
39+
40+
41+
## Updates
42+
43+
* Completed and raised a PR to fully integrate the new Golang migration setup.
44+
* Removed GORM AutoMigrate dependencies.
45+
* Intialized the E2E testing and create the basic auth for testing
46+
47+
48+
49+
## Planning for next week
50+
51+
* Add functionality to generate changelogs when user data is updated.
52+
* Implement Levenshtein Distance algorithm to identify similar text entries.
53+

0 commit comments

Comments
 (0)