Open romsson opened 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.
4785c13 is making some progress in that direction
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.
Seems the updateURLQueryParameters() is being called 3 times for every refresh/page load.
@sibamohanty Yeah, this looks like an old issue, close if you see fit.
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