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

Select a range of time periods #44

Open
rmbielby opened this issue Oct 21, 2024 · 0 comments
Open

Select a range of time periods #44

rmbielby opened this issue Oct 21, 2024 · 0 comments
Labels
enhancement Improvement to existing feature
Milestone

Comments

@rmbielby
Copy link
Contributor

rmbielby commented Oct 21, 2024

Describe the solution you'd like

The API allows queries of time periods "greater or equal to" and "less than or equal to". We should add functionality to eesyapi to allow it to take advantage of these.

I'm thinking this should encapsulate 3 options:

  • tp_min <= tp <= tp_max
  • tp >= tp_min
  • tp <= tp_max

Feel like it's simplest to just use >= / <= functionality and not complicate things with adding in < and > as well, but could be wrong.

Linked items

Note to make a vignette on selecting time periods in #46

@rmbielby rmbielby added the enhancement Improvement to existing feature label Oct 21, 2024
@cjrace cjrace added this to the Mop up sweep milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing feature
Projects
None yet
Development

No branches or pull requests

2 participants