PikaTimer / pikatimer

PikaTimer: An OpenSource race timing application
GNU General Public License v3.0
37 stars 16 forks source link

Feature: XCO like results #51

Open ancadogaru opened 8 months ago

ancadogaru commented 8 months ago

It would be useful to have results in XCO style: In XCO after the first participant finished a number of laps (setup in config) all other participants are stopped no matter how many laps they completed, but they are considered finishers and should be included in results.

The ranking is based on the number of laps and the time. The first one is the one with the highest number of laps and smallest time. It is followed by the participants that have completed the same number of laps but with a higher times, followed by the ones with less laps.. and so on.. All those that have finish time greater than the first one are finishers. Those with time less than the first one (also with less laps) are considered DNF

segfaultcoredump commented 8 months ago

This falls under the Lap Race support that I hope to add in the future. I'll leave it open as an enhancement request.