Skip to content

Support for No Timing classes #1160

Description

@otahirs

There is a demand for No Timing in results for youth or open categories.

od letoška máme v pravidlech něco jako "nesoutěžní kategorie", například HDR
dá se nějak v oresults nastavit, aby u takových kategorií se v mezičasech nazobrazovalo pořadí podle času, ale například podle abecedy, podobně jako tady? https://oris.ceskyorientak.cz/Vysledky?id=9855

Here in Sweden we are using “No timing” for the classes in MeOS that young newcomers are running. In the system and on liveresultat the runners are just recorded as “OK” when they read-out.

we should add flag NoTiming for classes, affecting printed and exported results.


for xml exports the standard in MeOS and maybe eventor is to add to the <Result>

<Extensions>
   <TimePresentation>false</TimePresentation>
</Extensions>

-> example output

<PersonResult>
    <Person>
        <Id>2638</Id>
        <Name>
            <Family>Small</Family>
            <Given>Otakar</Given>
        </Name>
    </Person>
    <Result>
        <StartTime>2025-08-27T18:14:17+02:00</StartTime>
        <Status>OK</Status>
        <SplitTime>
            <ControlCode>125</ControlCode>
        </SplitTime>
        <SplitTime>
            <ControlCode>110</ControlCode>
        </SplitTime>
        <SplitTime>
            <ControlCode>104</ControlCode>
        </SplitTime>
        <SplitTime>
            <ControlCode>100</ControlCode>
        </SplitTime>
        <ControlCard>811238</ControlCard>
        <Extensions>
            <TimePresentation>false</TimePresentation>
        </Extensions>
    </Result>
</PersonResult>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions