avram / qbsql

Quizbowl stats tracking
http://quizbowl.gimranov.com/
GNU General Public License v2.0
1 stars 0 forks source link

Integration with result databases #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One of the big innovations of the last couple of years in quizbowl has been
the proliferation of result databases. Qbsql should be able to export its
data in formats readable by such databases.

NAQT's desires are described at: http://www.naqt.com/stats/using-sqbs.html

Original issue reported on code.google.com by ajlyon on 9 Oct 2008 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by ajlyon on 9 Oct 2008 at 11:34

GoogleCodeExporter commented 9 years ago
Issue 13 has been merged into this issue.

Original comment by ajlyon on 26 Nov 2008 at 9:10

GoogleCodeExporter commented 9 years ago
This needs to happen before SCT 2009 (February 7).

NAQT contacted for guidance.

Original comment by ajlyon on 26 Nov 2008 at 9:11

GoogleCodeExporter commented 9 years ago
The file export.php (r28, r29) is a start. It just exports the contents of the
database as SQL queries, suitable for migrating to a new server, but it's a 
step in
the right direction.

Original comment by ajlyon on 26 Jan 2009 at 2:39

GoogleCodeExporter commented 9 years ago
r48 probably works for exporting in such a way that NAQT can use the data. Now
accessible through the new tournament_admin.php page. The SQL export function 
still
exists, but using it requires tweaking export.php. Since it's a huge security 
hole,
that's probably the way it should be.

Leaving open pending confirmation from NAQT that the exported files load 
properly.

Original comment by ajlyon on 11 Feb 2009 at 1:00

GoogleCodeExporter commented 9 years ago
This now can export files that NAQT is able to import. Bam.

Original comment by ajlyon on 11 Feb 2009 at 6:48