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

Aggregate lists of dates and/or geos #291

Open
dsweber2 opened this issue Aug 22, 2024 · 2 comments
Open

Aggregate lists of dates and/or geos #291

dsweber2 opened this issue Aug 22, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@dsweber2
Copy link
Contributor

If someone hands us seq(as.Date("2014/09/04"), by = "day", length.out = 5), ideally we should change that into epirange("2014-09-04",2014-09-09). This helps the backend handle the result correctly. Doing a similar thing if every possible geo is detected.

May be better handled updating the backend to automatically do this for queries instead.

@dsweber2 dsweber2 added the enhancement New feature or request label Aug 22, 2024
@dshemetov
Copy link
Contributor

Already handled to a large degree server side though wouldn't be too hard to implement here too.

@dsweber2
Copy link
Contributor Author

Oh I guess that mostly just makes this better for visibility into the kinds of API requests we're getting then, rather than a concrete benefit to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants