Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-13 | Move served files to a public/ directory | Freeyorp | 3 | -222/+0 | |
2013-05-13 | Broadcast active filters | Freeyorp | 1 | -1/+11 | |
There is now a simple node application to enable broadcasting of active filters, using socket.io. Currently, everyone on the server will send and receive all changes. This might get chaotic depending on how crowded things become. Perhaps `channels' might help keep things scalable. Broadcasting filters for the stat trellis chart would be interesting. You can also set and change your own nickname. This closes #12. | |||||
2013-04-23 | Add initial stat trellis chart | Freeyorp | 1 | -0/+130 | |
This should now be implemented efficiently enough for everything else to still work. This currently does not allow filtering, but the dimensions are prepared in a manner that makes this a simple addition. | |||||
2013-03-29 | Load files, parse GAINXP records | Freeyorp | 1 | -0/+37 | |
2013-03-29 | Add libraries - d3, crossfilter, dc | Freeyorp | 1 | -0/+45 | |