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

Remove artificial limitation of 10000 measurements for /boxes/:senseBoxId/data/:sensorId #114

Open
2 of 4 tasks
ubergesundheit opened this issue Sep 6, 2017 · 2 comments
Assignees
Labels

Comments

@ubergesundheit
Copy link
Member

ubergesundheit commented Sep 6, 2017

  • Limit from-date and to-date parameters to 1 month to match docs
  • Remove artificial limit of measurements
  • Maybe add arithmetic mean. This route is used for displaying measurements in the browser after all.
  • Check if outlier detection clashes with arithmetic means..

@mpfeil your opinion?

@ubergesundheit ubergesundheit self-assigned this Sep 6, 2017
@ubergesundheit ubergesundheit added v3 and removed v3 labels Feb 9, 2018
@ubergesundheit ubergesundheit added v5 and removed v4 labels Feb 22, 2018
@mpfeil
Copy link
Member

mpfeil commented Mar 6, 2018

Remove limits of from-date and to-date or limit it to 1 year.
Would be great to generate charts with a time frame of one year with monthly average data.

@mpfeil
Copy link
Member

mpfeil commented Mar 7, 2018

Maybe add arithmetic mean. This route is used for displaying measurements in the browser after all.

Right now all known methods of descriptive statistics are allowed.

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

No branches or pull requests

2 participants