Eric Wang
Eric Wang
Endpoint is still slow after only retrieving data once. Retrieving multiple halls is currently O(n^2), but could be refactored to be O(n). Since HTML parsing might be a relatively expensive...
@andrewsi10 Would this break anything on the android version of the app if we made this change?
For example, in `v2` for `Pret a Manger` has the following: ``` { date: "2018-02-12", meal: { close: "16:00:00", open: "08:00:00", type: "Pret a Manger" } } ``` while the...
Which page does this occur on?
Put up a PR https://github.com/d3dc/react-godot/pull/8 to make this work!