lwerdna / bugtrack

bughouse rating and tracking software
GNU General Public License v3.0
4 stars 2 forks source link

Statistics report page needed #10

Closed thompGIT closed 12 years ago

thompGIT commented 12 years ago

a good first step will be to replicate bughousedb.com. charts, stats display, etc.

does the server have the ability to run matplotlib?

lwerdna commented 12 years ago

$ python Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import matplotlib Traceback (most recent call last): File "", line 1, in ImportError: No module named matplotlib import matplotlib.pyplot Traceback (most recent call last): File "", line 1, in ImportError: No module named matplotlib.pyplot

no, hmmm ...

thoughts: 1) could ask dreamhost to install it 2) could investigate if it's able to be installed locally (in my home dir) 3) could offsite the advanced stats like image graphing and stuff (much the same way bughouse-db.org or bughousedb.com are away from fics)

lwerdna commented 12 years ago

let's try 2) for now, check here:

http://discussion.dreamhost.com/thread-85433.html

never done local (non-system-wide) install before: if you can get it to work on your machine I could try to replicate the steps on the server

lwerdna commented 12 years ago

from index.py, click "leaderboard" or "games list"

ugly for now

thompGIT commented 12 years ago

need for matplotlib one now that we have HighCharts.

thompGIT commented 12 years ago

obe that is. stupid phone autocorrect

lwerdna commented 12 years ago

tonight hopefully I'll get a highcharts to auto-load within the stats div without any external generator scripts or anything, and that can serve as boilerplate for other interesting graphs and junk

then issue will be closed

thompGIT commented 12 years ago

Gamer card creation in the works. See my branch for the template / generator code.

lwerdna commented 12 years ago

pull the latest, wget bugtrack.db, and click "stats"!