datatracker/ietf/stats
rpcross 698f031b7f
feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641)
* Registration API Update

- change MeetingRegistration.reg_type field to hold only one type
- allow multiple MeetingRegistration records per person/meeting
  (one for each reg_type)

* Fix scope claims

* Add meeting 114 to MeetingRegistration migration

* fix: update stats views for MeetingRegistration model use changes

* refactor: remove unused imports
2022-06-16 15:39:34 -05:00
..
management connect the new calculations to the UI. Clean flakes. 2021-05-06 19:00:58 +00:00
migrations feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641) 2022-06-16 15:39:34 -05:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Tweaked the MeetingRegistration admin. 2020-06-25 16:22:41 +00:00
backfill_data.py Find references from submitted XML instead of rendering to text and parsing. Fixes #3342. Commit ready for merge. 2022-01-07 17:53:23 +00:00
factories.py Bring the factory-boy and Faker dependencies forward through some minor breaking changes. Stop using the deprecated fr_QC locale in Faker. Commit ready for merge. 2021-08-03 22:22:35 +00:00
models.py Added a MeetingRegistration.attended field, to keep apart meeting attendence and meeting registration before attendance. 2020-06-09 20:58:35 +00:00
resources.py Updated API resources for MeetingRegistration. 2020-06-10 18:22:47 +00:00
tests.py feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641) 2022-06-16 15:39:34 -05:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
utils.py feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641) 2022-06-16 15:39:34 -05:00
views.py feat: separate MeetingRegistration rows for each registration type. updates the registration API (#3641) 2022-06-16 15:39:34 -05:00