the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

Rewrite Event Tab Creation To Be Better #938

Closed phil-lopreiato closed 4 years ago

phil-lopreiato commented 4 years ago

This will make the tab construction logic more resilient.

Specifically, this fixes https://github.com/the-blue-alliance/the-blue-alliance-android/issues/937 because there's a late in the season preseason event the same logical week as the first official event. Which meant the app would group them together.

The new way groups by tab label, which should make things better