At the moment the personal daily API is taking too long.
the issue is the hardcoded limit of 300 timelines per day is the wrong approach, I should use 'startTime' selection.
[x] If I go three days in the past, three full days, means I've also the one of today (a fourth)
[ ] If a day has not access, should I return a default 0 0 0 ? would this make the UX implementation simpler because there is not to check the condition ?
[x] Order is not happening in chronological order but in alphabetical order
At the moment the personal daily API is taking too long. the issue is the hardcoded limit of 300 timelines per day is the wrong approach, I should use 'startTime' selection.