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

comparison of data of "unfinished periods" with "complete periods" does not make big sense e.g. in widget #10282

Closed
hpvd opened this issue Jul 8, 2016 · 4 comments
Labels
answered For when a question was asked and we referred to forum or answered it. duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@hpvd
Copy link

hpvd commented Jul 8, 2016

When comparing data e.g. number of visits, entry pages etc
with data of day before there is a problem:
when checking earlier than 23:59
there is always a difference because
the period taken into account is shorter
than the complete day before
and with this not all "things" of this day has already happened.

An example:
Looking at data at 9:00 in the morning:
actual data is taken from 0:00 to 9:00 = 9h
the data for comparison form 0:00 to 0:00 = 24h

the result looks like this:

2016-07-08_08h15_42

=> there are two ways to solve this:

  • compare data always the last 24h 9:00-9:00 to the 24h before 9:00-9:00
  • compare last full day 0:00-0:00 to the last full day before 0:00-0:00
@hpvd
Copy link
Author

hpvd commented Jul 8, 2016

for same reason for graphs I would vote for not connecting the data point of today to the others before the end of day (0:00)
This would people trigger to be aware of this problem
may look like this:
2016-07-08_10h38_37

what do you think of this?

@hpvd hpvd changed the title comparison data with day before does not make sense e.g. in widget comparison data of unfinished periods with complete periods before does not make sense e.g. in widget Jul 8, 2016
@hpvd
Copy link
Author

hpvd commented Jul 8, 2016

of course this is not only relevant for comparing the actual day with the day before but to all comparisons of data of unfinished periods with complete periods before
=> made issue's title more global

@hpvd hpvd changed the title comparison data of unfinished periods with complete periods before does not make sense e.g. in widget comparison data of unfinished periods with complete periods before does not make big sense e.g. in widget Jul 8, 2016
@hpvd hpvd changed the title comparison data of unfinished periods with complete periods before does not make big sense e.g. in widget comparison of data of "unfinished periods" with "complete periods" does not make big sense e.g. in widget Jul 8, 2016
@mattab
Copy link
Member

mattab commented Jul 11, 2016

Hi @hpvd

For your first feedback regarding Insights, please check this issue which discusses it as well: #6600

For your second suggestion on the graph, it is a nice idea IMHO, do you mind creating a new separate issue just for this?

@mattab mattab added duplicate For issues that already existed in our issue tracker and were reported previously. answered For when a question was asked and we referred to forum or answered it. labels Jul 11, 2016
@hpvd
Copy link
Author

hpvd commented Jul 12, 2016

done, see:
make a difference in graphs for data of "unfinished periods" and "complete periods" #10291

@mattab mattab closed this as completed Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants