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

Support simple query strings #651

Closed
ryantibs opened this issue Nov 24, 2020 · 1 comment
Closed

Support simple query strings #651

ryantibs opened this issue Nov 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request Visualization Used to filter issues when synching with Asana

Comments

@ryantibs
Copy link
Member

Right now, it appears that I have to use:

https://covidcast.cmu.edu/?sensor=doctor-visits-smoothed_adj_cli&level=county&date=20201120&signalType=value&encoding=color&mode=export

if I were to provide somebody a link, and want them to land on the "Export Data" tab. A lot of this info in the query string seems unnecessary for this tab, and conceptually it seems like all that should be needed is:

https://covidcast.cmu.edu/?mode=export

This brings me to the "Export Data" tab but then it hangs for me (nothing loads). FWIW, seems like it attempts to bring up this page: https://covidcast.cmu.edu/?mode=export&sensor=doctor-visits-smoothed_adj_cli&level=county&date=20201120&signalType=value&encoding=color

Can we support simple query strings like this one? It would be great to do something similar for all the tabs: for each one, figure out the minimal amount of info that's needed to load this tab, and allow those query strings (rather than the full ones).

@ryantibs ryantibs added the enhancement New feature or request label Nov 24, 2020
@tildechris
Copy link
Contributor

Yeah, this has bothered me a bit also. We can work on simplifying the query string scheme after this release.

@sgratzl sgratzl self-assigned this Dec 2, 2020
@sgratzl sgratzl mentioned this issue Dec 2, 2020
4 tasks
@SumitDELPHI SumitDELPHI added the Visualization Used to filter issues when synching with Asana label Dec 2, 2020
@sgratzl sgratzl closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Visualization Used to filter issues when synching with Asana
Projects
None yet
Development

No branches or pull requests

4 participants