You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Overview displays facts ordered by date in the descending order and by time in descending order. Additionally, the facts from previous day seem to be tacked to the end of the list instead of the beginning.
Thank you for raising this. As you say, this report really contains several issues:
Overview: Days ordering and
Oveview: Facts-per-day ordering
Ordering of facts that span multiple days
1 and 2 are actually not bugs. This is the intended ordering as per implementation. When I implemented the feature I opted for an ordering that suited my usecase :)
However, I think it is easy to see that one prefers a different ordering of cause. Instead of this bug issue a new feature request should be opened asking for a way to provide preference settings that allows users to set the ordering scheme to their needs/desires.
This needs to be investigated an may very well be a valid bug. Can you check what you day_end setting is for this testcase?
It does not really matter, as long as the order is as intended. For simplicity we can leave it a part of the initial day. It probably makes the more sense than placing it to the day that the fact occupies the most anyway – imagine a fact starting on Monday at 23:00 and ending on Thursday at 1:00.
I often work at night so I have 05:30:00 as the day end but if the fact crosses the day_end, we will still have to decide as mentioned above. Let us keep it simple and only use day_end for starting a fact.
I will open a separate issue for changing the ordering strategy.
jtojnar
changed the title
Wrong order of facts in Overview
Wrong order of multi-day facts in Overview
Sep 15, 2017
The Overview displays facts ordered by date in the descending order and by time in descending order. Additionally, the facts from previous day seem to be tacked to the end of the list instead of the beginning.
For example, when I track the following facts:
they are displayed in this order:
while the order should be like this:
The text was updated successfully, but these errors were encountered: