Menu

Commit [r179]  Maximize  Restore  History

idea for game-specific player plots comment

tdhock 2009-05-14

changed /trunk/soccer/models.py
/trunk/soccer/models.py Diff Switch to side-by-side view
--- a/trunk/soccer/models.py
+++ b/trunk/soccer/models.py
@@ -106,6 +106,9 @@
     class Meta:
         ordering=[('name')]
 
+    ## TODO: convert these to Game-specific DATAPLOTS, which consider
+    ## only data up to that game. This is more general, and we will be
+    ## able to use them on the Game detail pages to "go back in time"
     MANAGER_DATAPLOTS=[
         # When you just list a dataplot class in DATAPLOTS or
         # MANAGER_DATAPLOTS, the plot will assume a default filename
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.