18ff814bc8
karma: add a pagination default of 10
2016-05-13 22:41:13 -05:00
46ffe7a72d
karma: remove the rank from the index table
...
it's kind of redundant anyway, since we include the score
2016-05-13 22:30:59 -05:00
26f0604922
karma: add django rest framework
...
i tried to use this for datatables, but it was taking too long to get a
response, so i'm abandoning this for the moment, but the support's there
for the future
2016-05-13 22:19:38 -05:00
4809247632
karma: display all karma keys in index page
...
this kind of sucks from a performance standpoint, i'd like to make it
better
2016-05-13 21:55:54 -05:00
b82e5309e1
drop the artificial data point at 0,0
...
kinda screwing up some graphs
2016-03-31 19:19:35 -05:00
c364578e5d
lowercase the key in karma graph URL
2016-03-31 16:47:17 -05:00
e5263d0019
show karma graph with date-based X range
...
this is way more interesting of a graph than delta-based, which just
ends up being a linear slope. dunno what i was thinking yesterday
2016-03-31 16:36:10 -05:00
50f2b12c18
only build history once in karma graph, do history
2016-03-30 18:04:19 -05:00
08da8ea9f3
tweak karma graph output for many data points
...
if there's a ton of data points, the graph starts looking real gross,
so do a couple things to make the display of that a bit simpler so
there's less noise and distracting lines and whatnot
2016-03-30 17:57:00 -05:00
3e9302c89c
don't display dots on the karma graph
2016-03-30 17:26:59 -05:00
03047c458f
add an initial point to the karma key graph
2016-03-30 17:20:33 -05:00
28002db80b
tweak the karma graph colors a bit
2016-03-30 17:19:06 -05:00
6fad9202ca
add karma graphs view to the django site
...
pretty simplistic for the moment, it will become more robust later (TM)
2016-03-30 17:08:01 -05:00
03b90fe50a
add KarmaKey.history()
...
calculates the value of the score at every point in the score's history.
might be slow, unsure yet
2016-03-30 17:06:12 -05:00
47a1352a0a
change __unicode__()s to __str__()s
2016-01-16 18:21:46 -06:00
9112ad0ae7
convert the project via 2to3
2016-01-16 18:02:17 -06:00
4abcef58c1
karma: ignore commands or chatter separately
2015-07-11 08:12:25 -05:00
ac3e71c32a
karma: option to ignore targets
2015-06-20 16:34:18 -05:00
fefbcf695e
karma: use unicode_literals
2015-05-27 20:05:04 -05:00
062348ef99
karma: app for managing karma, aka ++s and --s
...
this is a djangoification of the old (really old, actually) karma stuff
written by mike bloy. functionality should be the same, and might be a
bit faster through the ORM now
2015-05-19 21:57:01 -05:00