diff --git a/docs/known-bugs-and-planned-features.txt b/docs/known-bugs-and-planned-features.txt index bcbac127..93cae5ba 100644 --- a/docs/known-bugs-and-planned-features.txt +++ b/docs/known-bugs-and-planned-features.txt @@ -1,8 +1,12 @@ todolist (db=database, imp=importer, tv=tableviewer) before alpha -=========== -add back turn, river and stud functionality to hud and import-HudData +============ +PrintPlayerFlag +imp/tv bug: PFR is blatantly crazy +imp(?) bug: handcount is only about 1/2 of what it should be +verify at least one PrintPlayerFlags +and stud functionality to hud and import-HudData db+imp+tv WtSD (went to showdown) db+imp+tv W$SD (won $ when seeing showdown - partial win counts partially here) db+imp+tv WwSF (Won when seen flop - partial taken into account) @@ -17,12 +21,14 @@ tourney bug: fails with tuple error in recogniseplayerid config wizard catch index error, type error, file not found error update install instructions +split python requirements, get deep links for windows DL for everything implement error file in importer remove mysql/myisam support. before beta =========== +file permission script, use games group change stud street storage from 3-7 to 0-4 throughout make bulk importer display a grand total in the GUI change save_to_db into one method and probably move into parse_logic diff --git a/docs/tabledesign.html b/docs/tabledesign.html index 3cfa5c48..018ae40b 100644 --- a/docs/tabledesign.html +++ b/docs/tabledesign.html @@ -7,42 +7,21 @@
see commit comments for version info
Direct suggestions, praise and animal names to steffen@sycamoretest.info
-TODO clean all the crap out of this like i did in HudData
-I decided to be generous on the sizes of the types - if computing -experience shows one thing then its that it will come back to bite -you in the ass if you save 2 bits in the wrong place. If performance -and/or db size are too bad we can still shrink some fields.
-Relationships -are noted in the comment (need to double check that all are listed)
-If -you want more comments or if anything is confusing or bad let me -know.
-
-
All -money/cash amounts are stored in cents/pennies/whatever (e.g. $4.27 -would be stored a 427). Chips are stored as-is (e.g. 3675 chips would -be stored as 3675).
-
-
Support -for ringgames in Holdem, Omaha, Razz and Stud complete. Support for -SnG/MTT is alpha
-
-
Notes -on use/editing:
-Any -change to this must be carried to to the table creation code unless it -is clearly noted in appropriate places.
-If the code (in particular the importer) and this document disagree then this document is to be considered authorative. Please report such mismatches to steffen@sycamoretest.org or through sourceforge.
+TODO clean all the crap out of this like i did in HudData, line39 onwards
+I decided to be generous on the sizes of the types - if computing experience shows one thing then its that it will come back to bite you in the ass if you save 2 bits in the wrong place. If performance and/or db size are too bad we can still shrink some fields.
+Relationships are noted in the comment (need to double check that all are listed)
+If you want more comments or if anything is confusing or bad let me know.
+All money/cash amounts are stored in cents/pennies/whatever (e.g. $4.27 would be stored a 427). Chips are stored as-is (e.g. 3675 chips would be stored as 3675).
+Support for ringgames in Holdem, Omaha, Razz and Stud complete. Support for SnG/MTT is alpha
+Notes on use/editing:
+Any change to this must be carried to to the table creation code in fpdb_db.py or at least an entry to known bugs is to be made.
+If the code (in particular the importer) and this document disagree then this document is to be considered authorative. Please report such mismatches to steffen@sycamoretest.org or through an assembla ticket.
License
Trademarks of third parties have been used under Fair Use or similar laws.
Copyright 2008 Steffen Jobbagy-Felso
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 as published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license can be found in fdl-1.2.txt
The program itself is licensed under AGPLv3, see agpl-3.0.txt
See -readme.txt for copying
+See readme.txt for copying
Table @@ -54,16 +33,9 @@ players
Comment
id
-int
-
-
id
int
type
char(4)
type
-char(4)
-valid - entries:
-cash - - aka ringgames
-tour - tournament
+valid entries:
+ring - ringgames aka cash games
+tour - tournament incl SnG