Add ranking mode
Some checks failed
CI / scan_ruby (push) Successful in 20s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 12s
CI / test (push) Failing after 35s

This commit is contained in:
sto
2025-11-14 10:19:08 +01:00
parent cdf87e48f2
commit f91145637f
12 changed files with 51 additions and 38 deletions

View File

@@ -58,6 +58,7 @@ en:
offline_form_description: Offline participants will have to fill the form by providing an image taken of the puzzle before starting solving it, and validate their finish time with an upload of an image of the completed puzzle
offline_form_warning: Only for single-puzzle contests
public: Enable the public scoreboard
ranking_mode: Ranking mode (public scoreboard & CSV exports)
team: Team contest
team_description: For UI display purposes mainly
allow_registration: Allow registration
@@ -259,6 +260,10 @@ en:
field: Field
none: No field selected
rank: Rank
lib:
ranking:
actual: First by time if completed, then by number of pieces assembled
theorical: By time only (projected time calculated with the ppm count)
messages:
index:
no_messages: No messages received yet

View File

@@ -29,6 +29,7 @@ fr:
offline_form_description: Les participant.e.s hors-ligne pourront participer en prenant une photo du puzzle avant de le commencer, puis valider leur temps avec une photo du puzzle une fois complété
offline_form_warning: Activable uniquement pour les concours avec un seul puzzle
public: Activer le classement public
ranking_mode: Mode de classement (classement public & exports CSV)
team: Concours par équipes
team_description: Principalement pour des raisons d'affichage
allow_registration: Autoriser l'inscription via l'interface
@@ -230,6 +231,10 @@ fr:
field: Champ
none: Aucun champ sélectionné
rank: Rang
lib:
ranking:
actual: Par temps d'abord, puis par nombre de pièces assemblées
theorical: Par temps uniquement (temps projeté calculé à partir de la vitesse d'assemblage)
messages:
index:
no_messages: Pas de messages reçus pour le moment