elo icon indicating copy to clipboard operation
elo copied to clipboard

Elo ranking platform implemented in Clojure and re-frame

Results 35 elo issues
Sort by recently updated
recently updated
newest added

Check the last game before inserting a game, and if it's a duplicate return 400

WIP

One easy way to avoid duplicates is to ask for confirmation if 2 games with the same result are added in a short timeframe. It should be possible but specially...

enhancement

Currently players have to be deactivated with a backend flag. It would be nice to simply by default hide all inactive players automatically (any players who has not played for...

enhancement

Missing bits to get the graph to re render correctly

It should not be allowed to enter a game in the past that would affect current scores, since that might lead to confusing situations, and it's most likely a mistake...

enhancement

It seems like you have to refresh to see if anyone else has added results since you loaded the page. Live updates with server sent events or similar would be...

enhancement

The table of results doesn't always need to show everything, we need some kind of pagination or infinite scrolling

ui