ac-i2i-engineering / access-amherst

An web app to connect Amherst College students to events in a more convenient, intimate, and diverse way! https://amherst-connect.com/
https://ac-i2i-engineering.github.io/access-amherst/
MIT License
1 stars 1 forks source link

Potential Problem with Current Collision Detection Algo #36

Closed TairanJ closed 5 days ago

TairanJ commented 3 weeks ago

In our current collision detection algo, we check the title similarity of events after matching events by start and end times. However, this is problematic because when people change the start and/or end time of their events, we will create a new event in the database instead of updating the existing one.