Oleg Klimenko
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...
- Add a separate list in admin panel for such games - Allow finishing the games prematurely (or cancelling them)
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
Looks like a separate npm package to check if all translations are done.
Can we add some load testing for all subsystems? How it's better to implement?
Might be useful for newcomers
- Fixed this in sessions table with unique index on `representational_hash` - Check if similar measures can be applied to rounds table
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.
http://www.freechess.org/Help/HelpFiles/glicko.html Consider if it can be useful in any way
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?