iceboy

Results 35 comments of iceboy

d0cc83363031fbae8cddc9a02b35f11084ff1520 supports builtin users to get_dict However there are non-builtin deleted users in some contests, example: https://vijos.org/contest/51122cdb4e4112641200008e/scoreboard

One way of doing this, could be adding sort option to the record page.

The record page shows a sorted list of records. It is currently sorted by creation time.

If that's the case, we should make the limit of _some_ latest records larger. Currently it's limited to 1 page by implementation. We can allow paging but add a filter...

We need to separate the concepts "language" and "compiler". A language can have multiple compilers.

Change some lang to compiler, and have a single mapping from compiler to lang.

The code is written by @twd2: https://github.com/vijos/vj4/commit/4e41a220e05499458bafeec844fa2337b2e47f26#diff-68fca75dca4bddc4316158ccd8d3e075R331 We should rewrite it using `csv.writer` or `csv.DictWriter`.

Looks like this change makes the visibility mutable (can be changed after a record is created) and doesn't provide an option to set this on submission time. I think we...