git20 - made differently arranged array for actiontypes, used that to calculate 3B/4B percentage

This commit is contained in:
steffen123
2008-08-09 18:53:07 +01:00
parent 0e84dceb1f
commit 3d82fd4f6a
4 changed files with 48 additions and 26 deletions
+10 -8
View File
@@ -9,18 +9,22 @@ add instructions how to reimport
split python requirements, get deep links for windows DL for everything
GUI license info
calculate 3B/4B percentage
add fpdb version string into db to detect outdated db format and importer bugs
update regression testing to take into account everything new, make sure it passes all tests
implement error file in importer
next
====
ST, CB, 2B, 3B, fold to these
optionally show single postflop agg/fold rate
auto-import
use different colours according to classification.
add stud, razz and tourney back to imp/tv but with less seperate codepathes
table with data for graphs for SD/F, W$wSF, W$@SD
before beta
===========
optionally show single postflop agg/fold rate
change definition of bet to exclude bring in?
auto-import
implement error file in importer
change to use different colours according to classification.
add stud, razz and tourney back to imp/tv but with less seperate codepathes
in tv, select from hud table using named fields rather than the current *
remove remains of mysql/myisam support.
tourney bug: sometimes truncuates position on store -> possibly indicates much bigger problem
@@ -35,8 +39,6 @@ make bulk importer display a grand total in the GUI
change save_to_db into one method and probably move into parse_logic
Any comment or print with "todo" in it in the sourcecode except what is marked todo in the menu
make a quick benchmark of mysql and postgresql: import of my whole db, some tableviewer refreshes with and without updated file
db+imp+tv steal blind from btn, co, lmp. fold SB/BB/BI to steal
db+imp+tv cb/2nd/3rd barrel, fold to them.
Make tab and enter work as sensible in GUIs and implement Ctrl+Q, Ctrl+X and Alt+F4 for close.
use profile file for bulk import and table viewer settings and pathes
handle errors properly, in particular wrt to SQL rollback.