Adds car number and player details to telemetry provider. Additionally, the selectedDataProvider and selectedTelemetryProvider now only contain the selected provider's id, instead of the entire provider object. I added redux selectors to get the provider objects out of the redux state.
Backend and windows app changes are required with this change. They are complete and ready to deploy once this is merged.
Adds car number and player details to telemetry provider. Additionally, the
selectedDataProvider
andselectedTelemetryProvider
now only contain the selected provider's id, instead of the entire provider object. I added redux selectors to get the provider objects out of the redux state.Backend and windows app changes are required with this change. They are complete and ready to deploy once this is merged.