Étienne Beaulé

Results 62 comments of Étienne Beaulé
trafficstars

No, but would be easy enough to add, or to un-confirm/ignore feedback from teams if they submit any (especially after telling them not to)

Might you have stacktraces of the problem(s) you were facing? We'd be better suited to pinpoint those problems if so. For including public message and organising team, a ticket should...

ChuTabs uses a similar algorithm to the one we currently use to resolve conflicts, but continues trying to swap until a pairing is found without conflict. In that, there is...

With an even number of rounds, yes. In your method, this would require teams to be assigned the position least debated and swapped only with teams on that side. However,...

I dislike the idea of just having these three criteria as fields as it would inhibit customization. I think this should mirror somewhat the models for adding adjudicator feedback questions....

I've thought of the task a bit more. `ScoreCriterion` table: field | type ---- | ---- _id_ | Primary key INT `tournament` | foreign key to `tournaments_tournament` `name` | `CharField`...

That's a good point; don't want to go overboard and do more than necessary. Updated the table for the terminology. For your question, yes. The difficulty for that would be...

Do you think it'd be hard to upgrade to the most recent: [heroku-22](https://devcenter.heroku.com/articles/heroku-22-stack) ?

The wider discussion is whether we should continue natively supporting Heroku at all, taking into consideration that the free tier will be removed much earlier than when the heroku-18 stack...

@auvipy There were no tests specifically for `set_value()` so I've added a couple cases from the method doc.