Skip to content
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

Enhancement: Venue Duplication in the Admin #343

Open
allella opened this issue Jul 11, 2024 · 3 comments
Open

Enhancement: Venue Duplication in the Admin #343

allella opened this issue Jul 11, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@allella
Copy link
Member

allella commented Jul 11, 2024

When adding events from the admin side, the venue list shows many of the address options twice.

You'd expect some overlap / duplication if organizers used slight variations , but I'm curious how that list is being generated and perhaps there's something causing many of them to show the same option twice.

image

OpenWorks shows 4 times, but there are two of each variant.

image

Originally posted by @allella in #240 (comment)

@bogdankharchenko
Copy link
Collaborator

after thinking about this - it will be a bit of challenge to actually de-duplicate this data -- since we are getting this data from providers who send us this data -- including lat/lon which sometimes come in slightly off depending on the precision they give provide us.

One option is, to take all the data that comes in, and standardize it, using a geocoder for example.

Thoughts? @allella @irby

@irby
Copy link
Collaborator

irby commented Aug 7, 2024

@bogdankharchenko Would be my first time working with geocoding. What did you have in mind in terms of how the inputs and outputs would be sanitized?

@allella
Copy link
Member Author

allella commented Aug 7, 2024

I'm not opposed to pairing down the venue feature. It's causing a lot of trouble and we don't even have a feature on the site that's attempting to show events by venue.

It would be nice, but in the past we did a simple version of this by tagging organizations, like tag #1 = OpenWorks and I use that to do a dashboard at OpenWorks. It's not perfect, but certainly less trouble than trying to normalize venues across 3 or more event services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants