cid-harvard / atlas-economic-complexity

[DEPRECATED] The Atlas online is a powerful interactive tool that enables users to visualize a country’s total trade, track how these dynamics change over time and explore growth opportunities for more than a hundred countries worldwide.
http://atlas.cid.harvard.edu
82 stars 40 forks source link

URL query string support by the server #49

Open romsson opened 10 years ago

romsson commented 10 years ago

For instance the product_class is retrieved using HTTP session

https://github.com/romsson/observatory_economic_complexity/blob/static-beta/django_files/observatory/views.py#L788

For the list of query string parameters, see #41

makmanalp commented 10 years ago

Used in https://github.com/romsson/observatory_economic_complexity/blob/static-beta/django_files/observatory/views.py#L1068 and also in the in the api_foo calls.

romsson commented 10 years ago

4785c13 is making some progress in that direction

sibamohanty commented 9 years ago

Correct me if I am wrong, we want to get rid of all the session cookies and use the url parameters only along with removing default values and associated parameters where ever possible.

sibamohanty commented 9 years ago

Seems the updateURLQueryParameters() is being called 3 times for every refresh/page load.

makmanalp commented 9 years ago

@sibamohanty Yeah, this looks like an old issue, close if you see fit.