rbuchmeier / nordicNumbers

0 stars 0 forks source link

Filter by Grade #36

Open rbuchmeier opened 7 years ago

rbuchmeier commented 7 years ago

We should allow for the ability to Filter the results to include all grades for a particular race, or just one.

rbuchmeier commented 7 years ago

There should be enough existing code (in AppComponent (cause we are sorting by time) and SelectorComponent (cause we need to be able to select a grade)).

This will require making some sort of input (checkboxes maybe? dropdown?), then mapping that input to a reducer which only displays that grade (like sort_reducer).

The only catch I can see is that we might need to "reload" the current_race to have access to the other grades (once we have filtered them once).

rbuchmeier commented 6 years ago

A good first step may be to just show HS vs MS?