Automatic Record Management System

Users can upload records using a .csv file named "Records.csv" under the folder settings. The file must be formatted with the following columns:

  • Gender

  • Move

  • AgeGroup

  • Class

  • RecordWeight

  • Name

  • Nationality

  • RecordDate

  • RecordLocation

Record.csv
  • Record Creation & Storage:

    • If no "Record.csv" is available, when the user toggles the record button, the system automatically generates a new "Record.csv" and stores it in the settings folder.

    • If a record file already exists, the system creates a backup of the existing record and saves it in the settings folder before proceeding.

  • Automatic Record Checking:

    • During the competition, when an athlete meets the weight, gender, age, and class criteria, the system automatically checks if the current attempted weight qualifies as a new record.

    • If the attempt is valid, the record database is updated accordingly.

    • If the attempt is not valid, no changes are made.

  • Operator Notifications:

    • The Record UI continuously tracks changes and informs the Operator of all updates, new records, or attempted record-breaking lifts.

Record Control

Last updated

Was this helpful?