Hello! We are working on re-implementing a couple of changes we made to a earlier version on DOMjudge in Southern California. One of the changes is to time to the second instead of the minute.
It looks to me like the scorecache_ tables are what is used to build the scoreboard displays for the public and the jury. I see the time is currently stored in those tables in minutes, but it also looks like there is one function (calcScoreRow) that populates the table, and it is doing the division by 60 to get minutes.
If the scorecache_ tables are not used for anything else, I see no reason why I couldn't change that function in order to get seconds. Is my understanding correct?
Marc