Results 132 issues of Oleg Klimenko

- Don't disable toitoi when tsumo with closed hand is selected. Show the notice about suuankou instead (something like the notice about riichi yaku). - Menzentsumo disables honroutou, which is...

enhancement
good first issue

- Add a separate list in admin panel for such games - Allow finishing the games prematurely (or cancelling them)

enhancement

When score is equal, sort by average score or place secondary. Also, in some rules (EMA/RR) the place is assigned to both players. Looks related to https://github.com/MahjongPantheon/pantheon/issues/595

enhancement

Looks like a separate npm package to check if all translations are done.

enhancement

Can we add some load testing for all subsystems? How it's better to implement?

needs research

- Fixed this in sessions table with unique index on `representational_hash` - Check if similar measures can be applied to rounds table

needs research

Now lots of logic reside on controllers side, it'd be better to store it in models and use controllers only to call corresponding methods and log requests.

refactoring

http://www.freechess.org/Help/HelpFiles/glicko.html Consider if it can be useful in any way

needs research

Now pantheon services reside on a single server. Though we have hourly backups, setting up a new instance may take several hours to complete. How can we make it quicker?

needs research