diff --git a/docs/2025/licensedb-platform/updates/2025-06-05.md b/docs/2025/licensedb-platform/updates/2025-06-05.md new file mode 100644 index 000000000..84bf13588 --- /dev/null +++ b/docs/2025/licensedb-platform/updates/2025-06-05.md @@ -0,0 +1,53 @@ +--- +title: Week 1 +author: Chayan Das +tags: [gsoc25, LicenseDB] +--- + + +# Week 1 + +*(June 2, 2025 - June 9, 2025)* + +## Meeting 1 + +*(June 5, 2025)* + +## Attendees + - [Chayan Das](https://github.com/ChayanDass) + - [Dearsh Oberoi](https://github.com/deo002) + - [Gaurav Mishra](https://github.com/GMishx) + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + - [Sahil Jha](https://github.com/sjha2048) + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + + + + + + +## Discussions +* Discussed and finalized the migration strategy to replace GORM’s AutoMigrate with a structured Golang migration tool. +* Talked about designing a **messaging system** between agents for future scalability. +* Explored plans to implement a **Levenshtein Distance Agent** to enhance the similarity detection pipeline. + + + +## Updates + +* Completed and raised a PR to fully integrate the new Golang migration setup. +* Removed GORM AutoMigrate dependencies. +* Intialized the E2E testing and create the basic auth for testing + + + +## Planning for next week + +* Add functionality to generate changelogs when user data is updated. +* Implement Levenshtein Distance algorithm to identify similar text entries. +