datatracker/ietf/community/constants.py
2012-06-27 08:26:18 +00:00

24 lines
565 B
Python

SIGNIFICANT_STATES = [
'Adopted by a WG',
'In WG Last Call',
'WG Consensus: Waiting for Write-Up',
'Parked WG Document',
'Dead WG Document',
'Active IAB Document',
'Community Review',
'Sent to the RFC Editor',
'Active RG Document',
'In RG Last Call',
'Awaiting IRSG Reviews',
'In IESG Review',
'Document on Hold Based On IESG Request',
'Submission Received',
'In ISE Review',
'In IESG Review',
'RFC Published',
'Dead',
'IESG Evaluation',
'Publication Requested',
'In Last Call',
]