Closed Es7evam closed 3 years ago
Temporary "fix" at commit 57d397348662dc4bcc3a432d7a48a25b1c8b2968
Still need to add a message to know that the scoreboard is up and that they can vote
This fix wasn't actually working 100% because ctftime does a thing were it adds the scoreboard (and removing the "this ctf is still being rated" before actually setting the rating. Made a workaround for that, lets see if it works
At the moment the rating is sent to the users as soon as the page becomes available, which is kind of bad because some CTFs take a while to release the actual rating because of voting.
It's probably not hard to do, just need to modify the scrapping a little bit and check for *, if it's not there, than it's ok. One can also add the functionality to let the user know that the ctf is over and that they can vote.