chaitu236 / TakWeb

Javascript based Tak client
https://www.playtak.com
GNU General Public License v2.0
39 stars 18 forks source link

OR checkbox for history #62

Open Brotherbag opened 8 years ago

Brotherbag commented 8 years ago

It would be nice for there to be some way of saying, for example, return all games where kakaburra is white, OR kakaburra is black, and have a player's entire history returned.

What would be even better, if slightly more complicated, is to have a way to return all games between two players, ie, where (white is kakaburra AND black is TreffnonX ) OR (white is TreffnonX AND black is kakaburra)

chaitu236 commented 8 years ago

There is a way to specify OR but it doesn't appear on UI yet. When you click on a player's name in chat and click on "games", you do get the entire history of that player.

I do want to add it and the 'player vs player games' options, but need to figure out a way to make it intuitive and uncluttered.