-
Notifications
You must be signed in to change notification settings - Fork 9
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
Assuming events only have one location #409
Comments
This is not a datasource discrepancy issue - the data matches. ARTV3033 has three rooms listed on ANU's timetable (RSSS 5.72, RSSS 6.68, SRWB 3.02), but only one of them has been displayed here. |
The root issue is in the scraper, here. We assume that <td class=" ">
<a href="http://www.anu.edu.au/maps#show=123279" target="_blank" class="ui-link">
RSSS meeting Rm 5.72
</a>,
<a href="http://www.anu.edu.au/maps#show=123279" target="_blank" class="ui-link">
RSSS Meeting Room 6.68
</a>,
<a href="http://www.anu.edu.au/maps#show=11367" target="_blank" class="ui-link">
SRWB 3.02
</a>
on campus
</td> |
I think we can just provide Google Maps links for the first |
As discussed in person, a solution: when clicking on the location string of events with more than one location1, a secondary window with a list of locations (linked to an external maps service) should open. Footnotes
|
Original title: artv3033 location
Room was listed incorrectly
Category: Issue
Contact: [email protected]
Originally submitted via the Microsoft Form
The text was updated successfully, but these errors were encountered: