datatracker/ietf/stats
Seth Birkholz 8b5a639b82 This should be the final fix to
resolve the meeting registration problem where a Person object
 was not being created
 - Legacy-Id: 14076
2017-08-24 19:04:40 +00:00
..
management Converted the meeting attendance fetcher to a management command. 2017-06-01 20:55:40 +00:00
migrations Added a migration for the email field on MeetingRegistration. 2017-06-07 12:30:31 +00:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Added an admin model for the MeetingRegistration class. 2017-07-29 14:01:19 +00:00
backfill_data.py Replaced the use of unaccent.asciify(), which has similar functionality to unidecode.unidecode(). Changed the draft parser to work exclusively with unicode text, which both makes the removal of unaccent easier, and takes us closer to Py35 compatibility. Adjusted callers of the draft parser to send in unicode. 2017-06-18 18:23:18 +00:00
models.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
resources.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
tests.py This should be the final fix to 2017-08-24 19:04:40 +00:00
urls.py Add meeting statistics - overview and country/continent across 2017-05-04 15:55:15 +00:00
utils.py This should be the final fix to 2017-08-24 19:04:40 +00:00
views.py Reduced the size of stats data transferred from the server by an order of magnitude for author stats pages by not sending complete lists of item names per table item (we're only displaying them when there are few to display, anyway). Added caching of the resulting stats data for 24 hours. The caching was not possible in all cases before the data reduction, due to an item size limit of 1 MByte in memcached. 2017-06-05 22:32:15 +00:00