philihp / weblabora

Ora et Labora boardgame simulation library
http://kennerspiel.com
Apache License 2.0
11 stars 2 forks source link

Filter out ended games from Join Game #77

Open jhagen1908 opened 11 years ago

jhagen1908 commented 11 years ago

For example game 6554 - player 3 left the game presumably to filter it out of his active games dropdown, and now it shows on Join Game as needing players.

jhagen1908 commented 11 years ago

Also see issue 55 - related because you can't analyze a user's games effectively if they just leave the game after they're finished.

philihp commented 11 years ago

Good news: those old games aren't lost. When they made a move, their user_id was recorded as explorer_id on the state, so I can recover who was in those games.