Duplicate Conferences - Test should failed
Closed this issue · 4 comments
I fill out the form with a duplicate conference and the test did failed. it indeed flag it as
I've created a PR which is using string similarity to recognize duplicates. It looks promising:
#7074
Best regards,
Christian
Ok. Found a solution which worked for your test cases:
https://github.com/tech-conferences/conference-data/actions/runs/10147310567/job/28057389678
https://github.com/tech-conferences/conference-data/actions/runs/10147207581/job/28057047257
I'm using string compare for the URL and for the URL path and conference name. Got it working only in combination:
conference-data/scripts/utils/mergedConferencesReader.js
Lines 40 to 46 in 896ca1c
Now also fixed the EuroStar case:
https://github.com/tech-conferences/conference-data/actions/runs/10148014597/job/28059762426?pr=7007