stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
78 stars 52 forks source link

Way to make illegimate verifications gives no list points #39

Open stadust opened 4 years ago

stadust commented 4 years ago

What the title says. Needs to go beyond the current system of "Verification gives point iff verifier is not banned". Probably via a new column in the demons table that has semantics of "should give points". Then the score computation routine can decide to not give points for verifications where this column is set to false.