Nicky Gerritsen
Nicky Gerritsen
Some points: * We want to visualize after the result is known to the team (and jury) * We want to run the visualizer on the judgehost
Yes. But the problem is that they *are* sample testcases. We *do* want to have the option to show sample runs to teams. It should show information there.
I agree. But it seemed we were getting nowhere during the standards call on deciding anything on this. We can decide to just leave it as is now for the...
@eldering will take a look at that, afterwards @nickygerritsen can implement this.
We could set something like `data-link` on the `` and then do something like: ```js $('tr[data-link]').on('click', function() { window.location = $(this).data('link'); }); ``` That should work. We could also automatically...
If you go to the page directly, can the balloon runners access it?
OK so this raises the question: should balloon runners have access to the jury scoreboard?
Wouldn’t the solution then not just be to make a hidden team for the balloon user?
Yeah good question. We could maybe make /jury/scoreboard return the 'public' scoreboard for balloon users. What do others think?