Commit Graph

10 Commits

Author SHA1 Message Date
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