gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Add global store in client to track all global alert states #122

Open evan10s opened 4 months ago

evan10s commented 4 months ago

This will allow removal of duplicate logic we currently have for alerts that shouldn't appear until the dependent data loads successfully. It will also allow for deeper integrations of the current global alert state in features such as Live Mode (#100).

It might also make sense to move some of the alert state generation to the server, since our long-term goals include moving Live Mode to a completely server-side feature.