datatracker/ietf/name
Henrik Levkowetz fcb6806d17 Merged in work from sasha@dashcare.nl on Review Queue Managemnt:
This abstracts queue management, making it possible to implement different
policies for each team. It provides two concrete policies:
RotateAlphabeticallyReviewerQueuePolicy, which rotates an alphabetically
ordered reviewer list with consideration for skip indications, and is the
default policy; and LeastRecentlyUsedReviewerQueuePolicy, a simple
least-recently-used policy.  Also see issues #2721 and #2656.
 - Legacy-Id: 17121
2019-12-04 23:02:52 +00:00
..
fixtures Merged in work from sasha@dashcare.nl on Review Queue Managemnt: 2019-12-04 23:02:52 +00:00
management Moved the ietf/names/generate_fixtures.py command to a management command generate_name_fixture, and updated it to include a necessary dbtemplate object. 2019-11-07 15:40:10 +00:00
migrations Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Merged in work from sasha@dashcare.nl on Review Queue Managemnt: 2019-12-04 23:02:52 +00:00
models.py Add support for setting reviewer queue policies per team. 2019-11-18 17:29:25 +00:00
resources.py Merged in work from sasha@dashcare.nl on Review Queue Managemnt: 2019-12-04 23:02:52 +00:00