Pony7 / cspoker

Automatically exported from code.google.com/p/cspoker
GNU General Public License v2.0
1 stars 0 forks source link

Hand Histories #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hand histories allow us to examine player performance and other things offline.

We need to decide:
- Format (may be oriented on a standard format from a popular internet
client such as Poker Stars)

- Where they are stored on the server
- In what format are they stored (As string, as List of HoldemTableEvents
which are converted upon retrieval etc.)
- How many are stored
- Command to retrieve them by a client
- How are they generated (for example, the HoldemTableEvent toString()
methods should somehow convert the PlayerId into the player's name etc.)

Together with Account and Cashier functionality this demands persistency
support so maybe we can group this into a single issue or document it in
the wiki

Stephan

Original issue reported on code.google.com by stephan....@gmail.com on 13 Nov 2008 at 9:52

GoogleCodeExporter commented 9 years ago
Changed type to Enhancement instead of Defect

Original comment by stephan....@gmail.com on 13 Nov 2008 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by stephan....@gmail.com on 13 Nov 2008 at 9:53

GoogleCodeExporter commented 9 years ago
I think we should first add persistency for account data and then move on to
persistent logs for auditability.

Original comment by guy...@gmail.com on 13 Nov 2008 at 9:56