the-blue-alliance / the-blue-alliance-ios

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

Remove force unwraps around eventType to handle unknown events #900

Closed ZachOrr closed 3 years ago

ZachOrr commented 3 years ago

Right now, 2021 events have a new type (remote) and are crashing in the app. This code allows for more gracefully handling unknown events by grouping all events without an event type together in to an "Unknown" section, so they're still displayed and things don't crash

Simulator Screen Shot - iPhone 12 mini - 2020-12-31 at 19 15 27 Simulator Screen Shot - iPhone 12 mini - 2020-12-31 at 19 38 24