DD-254 domain class and method for checking if DD-254 is complete

This commit is contained in:
dandds
2019-02-18 09:20:23 -05:00
parent bfcee47db6
commit ad05c448cd
4 changed files with 46 additions and 1 deletions

View File

@@ -213,3 +213,12 @@ TEAM_EXPERIENCE = [
PERIOD_OF_PERFORMANCE_LENGTH = [
(str(x + 1), translate_duration(x + 1)) for x in range(24)
]
REQUIRED_DISTRIBUTIONS = [
("contractor", "Contractor"),
("subcontractor", "Subcontractor"),
("cognizant_so", "Cognizant Security Office for Prime and Subcontractor"),
("overseas", "U.S. Activity Responsible for Overseas Security Administration"),
("administrative_ko", "Administrative Contracting Officer"),
("other", "Other as necessary"),
]