meetnearme / api

1 stars 0 forks source link

Implement URL Normalization in seshu_service.go #95

Open Brandon-G-Tripp opened 3 months ago

Brandon-G-Tripp commented 3 months ago

Description: Add logic to normalize URLs by sorting query parameters to avoid duplication/collision in DB keys. Update InsertSeshuSession to use this logic. Testing: • Unit tests for URL normalization with various complex URLs • Integration test ensuring normalized URLs are stored correctly Questions/Considerations: • How should we handle URLs with hash fragments? • Do we need to handle internationalized domain names (IDNs)? Dependencies: None