Skip to content

chore(docs): week 1 updates for licensedb improvements #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions docs/2025/licensedb-platform/updates/2025-06-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Week 1
author: Chayan Das
tags: [gsoc25, LicenseDB]
---
<!--
SPDX-License-Identifier: CC-BY-SA-4.0

SPDX-FileCopyrightText: 2025 Chayan Das <[email protected]>
-->

# 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.