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

Add test for statistics logic #32

Conversation

halfwhole
Copy link

Not sure if what I'm doing is entirely correct!

For the setFeedbackResponseStatistic(Instant time, int totalCount) method, is the totalCount meant to be the entire total number of feedback responses there have been in history?

So if the previous total count from yesterday's statistic was 10, and now I want to add 3 new counts, should I call the setFeedbackResponseStatistic method with the current time and totalCount = 13?

@halfwhole
Copy link
Author

Ok amended

@t-cheepeng t-cheepeng merged commit 9e0bee8 into t-cheepeng:time-series-admin Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants