You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if we could support more canteens/mensas (other than those on the CAU campus). Since we already integrate swift-mensa, which supports many German university canteens via the OpenMensa API this should be mostly a matter of improving the (currently hardcoded) mapping from names to canteen ids. Some ideas:
Perhaps either MensaCommand (or another command) could be used to add 'aliases' for canteens dynamically? These aliases could be persisted in a file like local/mensas.json (or similar).
Perhaps we could even use the built-in Geocoders to query the OpenMensa API for canteens near that location (and ideally cache the results too)
The text was updated successfully, but these errors were encountered:
It would be cool if we could support more canteens/mensas (other than those on the CAU campus). Since we already integrate
swift-mensa
, which supports many German university canteens via the OpenMensa API this should be mostly a matter of improving the (currently hardcoded) mapping from names to canteen ids. Some ideas:MensaCommand
(or another command) could be used to add 'aliases' for canteens dynamically? These aliases could be persisted in a file likelocal/mensas.json
(or similar).The text was updated successfully, but these errors were encountered: