mirror of
https://github.com/NinjaCheetah/RIT-Dining.git
synced 2026-03-05 05:25:29 -05:00
Quck fixes
- Maps button now works properly, I figured out the URL scheme needed to direct to a map location - Notifications will now be automatically rescheduled when changing the notification offset
This commit is contained in:
@@ -49,7 +49,7 @@ func parseLocationInfo(location: DiningLocationParser, forDate: Date?) -> Dining
|
||||
|
||||
// Generate a maps URL from the mdoId key. This is required because the mapsUrl served by TigerCenter is not compatible with
|
||||
// the new RIT map that was deployed in December 2025.
|
||||
let mapsUrl = "https://maps.rit.edu/details/\(location.mdoId)"
|
||||
let mapsUrl = "https://maps.rit.edu/?mdo_id=\(location.mdoId)"
|
||||
|
||||
// Early return if there are no events, good for things like the food trucks which can very easily have no openings in a week.
|
||||
if location.events.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user