rokwire / events-manager

Events Manager is the administrative interface to events in the Rokwire Platform. Through this web application, users can manage existing events coming from calendars and/or create and manage user events.
Apache License 2.0
1 stars 4 forks source link

[BUG] Some event location mappings are incorrect. #1083

Open sandeep-ps opened 1 year ago

sandeep-ps commented 1 year ago

Describe the bug Using the string "Urbana" results in defaulting to the Urbana downtown area.

To Reproduce Steps to reproduce the behavior:

  1. Go to events with abbreviated locations (e.g., Loomis)
  2. An example event - https://api-dev.rokwire.illinois.edu/manager-events/event/detail/643a84430c9345a9491a22fd - location is "Family Resource Center 1834-A"
  3. See that the location is in the downtown Urbana area, even though the actual location is somewhere else. (see screenshot below)
  4. It's not difficult to find other similar events (once this expires).

Expected behavior Please check if using the "Champaign-Urbana" string instead of "Urbana" can reduce the number of such incorrect mappings.

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context Add any other context about the problem here. Ref: https://github.com/rokwire/events-manager/blob/67d0f3cf89746c1badc6aaed50ce1952327840fa/utilities/user_utilities.py#L736

sandeep-ps commented 1 year ago

Get a potential list of locations from Events BB that needs to be mapped in Events Manager.