Conversation
mikewilli
left a comment
There was a problem hiding this comment.
This will restore what we had before, but I'm now remembering that what we had for daily results was just a copy of the incoming data format without any transformation. Is that what we want here, or do we want the daily results to be in the same format as the weekly/overall in the results_data object?
there were tentative plans to eventually reformat a sizeable chunk of the results data object to eliminate some of the workload placed on the |
|
I think that's a great idea -- the existing |
|
i originally thought that all the handling of the daily metric data would be isolated from the rest of the existing code, so there’d be no real benefit in refactoring the structure right now. thinking about it more, that’s not really true b/c this pr (#14559) operates on the assumption that all daily/weekly/overall data uses the same structure, so i'll go ahead and make that update |
mikewilli
left a comment
There was a problem hiding this comment.
r+wc
Just one small thing, otherwise looks great thanks!
Because
This commit
Fixes #14568