simresults
simresults copied to clipboard
Sim racing result reader for PHP
Data is now decoded by multiple readers. Would be better if this just happens once.
Currently laps with a missing driver id are ignored. We should create that it will create a dummy participant with Unknown name. ``` /** * Test no exception on missing...
The README states the following: ``` # Caching Some classes like Participant do heavy caching. So changing any value after calling sorting methods will be pointless. There are no cache...
https://github.com/mauserrifle/simresults/blob/develop/lib/Simresults/Data/Reader/AssettoCorsaCompetizione.php#L55
Refactor reader factory so other devs can easily add a reader without changing the library
The [simresults.net](https://simresults.net) website has a customize tab with settings to assign points to drivers. This code is website only. It would be better if this is part of the library...
Name of drivers are now hardcoded into the message string of incidents/penalties. It's better we always save the participants as object and put placeholders in the message strings so the...