Skip to content
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

Avoid page reload on city change #26

Closed
torfsen opened this issue Mar 25, 2016 · 0 comments
Closed

Avoid page reload on city change #26

torfsen opened this issue Mar 25, 2016 · 0 comments

Comments

@torfsen
Copy link
Member

torfsen commented Mar 25, 2016

In my opinion there is no need for a full page reload when the city changes. On page load we should load the list of cities and the currently active city. When another city is chosen we can just load that city data and update the map. Hopefully that's faster than reloading the whole page.

@torfsen torfsen self-assigned this Mar 25, 2016
torfsen added a commit that referenced this issue Mar 26, 2016
Resource loading is split into two stages: Resources needed for all
cities are loaded during page load and the selected city's market data
is loaded whenever another city is selected. City selection does not
trigger a page reload.
torfsen added a commit that referenced this issue Apr 8, 2016
Data loading is split into two parts: Upon page load only the list of
cities is loaded. Data for a particular city is then loaded without a
page reload when the city is selected.
joergreichert referenced this issue in joergreichert/wo-ist-testzentrum.github.io Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant