Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IOF XML import & some CSV imports & some support for Eventor for QE3 #962

Merged

Commits on Mar 23, 2024

  1. Add IOF XML import, 2 CSV imports (prototype)

    - IOF XML import (now only single race support), from ORIS & IOF Eventor, imports: clubs, registration, classes, entries
    - CSV imports (key is Cze registration or IOF ID), supported columns : SI, class, bib, start time
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    742d07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d54dfaa View commit details
    Browse the repository at this point in the history
  3. Txt Imports - extended handling of starttime

    Xml Entries Import - better handling of NationalFederation and Nationality
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2d811ad View commit details
    Browse the repository at this point in the history
  4. Add raceNumber to EventConfig, add support for raceNumber to XML expo…

    …rt (startlist).
    
    Update XML startlist export for Eventor (WMOC)
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7dae307 View commit details
    Browse the repository at this point in the history
  5. Code cleanup (names, enums)

    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a919377 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9d9432 View commit details
    Browse the repository at this point in the history
  7. TxtImport - fix for format "h:mm:ss", XmlImporter - fix exception whe…

    …n class already exists
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b431bed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4838ffc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24607aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c74042f View commit details
    Browse the repository at this point in the history
  11. Fix IOF XML 3.0 single race results export compatible with Eventor.

    Fix relay export crash when no results.
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    85854d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23ff29d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51b3de0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    235b644 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91860cc View commit details
    Browse the repository at this point in the history
  16. XmlImporter code cleanup

    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    95843bf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f23662 View commit details
    Browse the repository at this point in the history
  18. CSV Result export - add DNS, add single file results call to Runs->Ex…

    …port->Results->Current Stage->CSV
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d24768a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6d01345 View commit details
    Browse the repository at this point in the history
  20. Emma service update (txt part) for new Emma Racom client (support for…

    … minus time, support for long club names, better time formating)
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    97a012d View commit details
    Browse the repository at this point in the history
  21. Emma service update (txt part) for new Emma Racom client (support for…

    … minus time, support for long club names, better time formating) - missing part from last commit
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e74029f View commit details
    Browse the repository at this point in the history
  22. Emma service update (txt part) for new Emma Racom client (new CSV sta…

    …rtlist export - for single race & relays) - for CSV starlist need to use Emma Client from 2023-8 or newer.
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c6e2b49 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0569d9e View commit details
    Browse the repository at this point in the history
  24. CardReader - Show Bib (can use Bib in find), DISQ is readOnly, Can us…

    …e Bib in "Assign card to runner"
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8c188a9 View commit details
    Browse the repository at this point in the history
  25. fix: export of invalid time in oresults service

    prevent export of invalid running time in case finish time is lower than
    start time and running time (timeMs) values are not valid
    otahirs authored and arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8f402cd View commit details
    Browse the repository at this point in the history
  26. In the card reader plugin, RunFlagDialog is used instead of two chec…

    …kboxes - fixing a possible inconsistency when checking/unchecking them
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    99a739f View commit details
    Browse the repository at this point in the history
  27. Fix receipt for free order - correct split times are shown. Not all c…

    …ontrols in "Extra punches"
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f748e1d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    045780e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    45813a7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fef392f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4634630 View commit details
    Browse the repository at this point in the history
  32. Fix bugs reported from 6. kolo PLŽ - Podhorní Újezd a Vojice [2023-0…

    …9-19]
    
    Emma client startlist export - runners with SI = 0, runners with start in SI card when start is PM)
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    276dbc2 View commit details
    Browse the repository at this point in the history
  33. Fix for Qt6 build

    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7553556 View commit details
    Browse the repository at this point in the history
  34. Add UI item and code to select start number in ReportOptionsDialog fo…

    …r print startlist by classes and for starters
    arnost00 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e48c432 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7f2bd3b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c411cb8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9e7b170 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Fix code build after rebase

    arnost00 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cf74430 View commit details
    Browse the repository at this point in the history