Save display times in the db
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 11s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 41s

This commit is contained in:
sto
2025-03-26 17:00:06 +01:00
parent c98caeea92
commit a5d165c4b3
14 changed files with 78 additions and 56 deletions

View File

@@ -7,6 +7,8 @@ table.table.table-striped.table-hover
| Name
th scope="col"
| Completed puzzles
th scope="col"
| Total time
tbody
- @contestants.each_with_index do |contestant, index|
tr scope="row"
@@ -15,4 +17,6 @@ table.table.table-striped.table-hover
td
= contestant.name
td
= contestant.completions.length
= contestant.completions.length
td
= contestant.display_time