Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Merge requests
!161
Fixes issue
#233
. Rol 'Project Manager' added
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes issue
#233
. Rol 'Project Manager' added
feature/233_add_project_manager_role
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Carlos Vega
requested to merge
feature/233_add_project_manager_role
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
97ce5dd8
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
97ce5dd8
Fixes issue
#233
. Rol 'Project Manager' added
· 97ce5dd8
Carlos Vega
authored
6 years ago
smash/web/models/worker_study_role.py
+
3
−
1
Options
@@ -10,6 +10,7 @@ ROLE_CHOICES_DOCTOR = "DOCTOR"
ROLE_CHOICES_NURSE
=
"
NURSE
"
ROLE_CHOICES_PSYCHOLOGIST
=
"
PSYCHOLOGIST
"
ROLE_CHOICES_TECHNICIAN
=
"
TECHNICIAN
"
ROLE_CHOICES_PROJECT_MANAGER
=
"
PROJECT MANAGER
"
ROLE_CHOICES_HEALTH_PARTNER
=
"
HEALTH_PARTNER
"
ROLE_CHOICES_VOUCHER_PARTNER
=
"
VOUCHER_PARTNER
"
@@ -19,7 +20,8 @@ STUDY_ROLE_CHOICES = (
(
ROLE_CHOICES_NURSE
,
'
Nurse
'
),
(
ROLE_CHOICES_PSYCHOLOGIST
,
'
Psychologist
'
),
(
ROLE_CHOICES_TECHNICIAN
,
'
Technician
'
),
(
ROLE_CHOICES_SECRETARY
,
'
Secretary
'
)
(
ROLE_CHOICES_SECRETARY
,
'
Secretary
'
),
(
ROLE_CHOICES_PROJECT_MANAGER
,
'
Project Manager
'
)
)
HEALTH_PARTNER_ROLE_CHOICES
=
(
Loading