replace filtered table for top N scores with a query in the app
Opened this issue · 1 comments
michaelmusty commented
The dash legend allows us to interactively select which races we want to see in the dashboard. This is great if we are including all races, but when we filter out the top N races for each individual cache to a table to be consumed by the frontend, then any excluded races don't show up (only the resulting score is correct).
Not sure what the best fix is for this besides just explaining it more clearly in the dashboard.
michaelmusty commented
Currently we compute two tables:
- long table with all race scores
- long table with top N race scores (so called "filtered table")
The filtered table should only be used when computing overall score and never be used when analyzing individual races.