Skip to content

Commit

Permalink
Add Content Lead as a project role that counts as an affiliate
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Sep 11, 2023
1 parent 087f14c commit 39771d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cdhweb/people/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class PersonQuerySet(models.QuerySet):
"Co-PI",
"Instructor",
"Participant",
"Content Lead",
]

#: position titles that indicate a staff person is a student
Expand All @@ -71,7 +72,11 @@ class PersonQuerySet(models.QuerySet):
]

#: membership roles that indicate someone is an affiliate
project_roles = ["Project Director", "Project Manager", "Co-PI: Research Lead"]
project_roles = [
"Project Director",
"Project Manager",
"Co-PI: Research Lead",
]

#: student status codes from LDAP
student_pu_status = ["graduate", "undergraduate"]
Expand Down

0 comments on commit 39771d8

Please sign in to comment.