Skip to content

Commit

Permalink
BLAIS5-4414: add Field Interviewer role
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-nic committed Oct 18, 2024
1 parent 280f211 commit f161e52
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion scripts/blaise/user_roles/user_roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,5 +447,26 @@
"name": "FRS_Research",
"description": "Role for family resource survey research team",
"permissions": []
}
},
{
"name": "Field Interviewer",
"description": "Role for Field Interviewers",
"permissions": [
"Apps",
"AppManagement",
"Apps.Appfeatures",
"Appfeatures.login",
"Appfeatures.getlistofinstruments",
"Appfeatures.installsurvey",
"Appfeatures.removesurvey",
"Appfeatures.startsurvey",
"Appfeatures.browsedata",
"Appfeatures.deletedata",
"Appfeatures.uploaddata",
"Appfeatures.downloadcases",
"Appfeatures.viewsettings",
"Appfeatures.viewsurveydetails",
"SurveyDataAccess"
]
}
]

0 comments on commit f161e52

Please sign in to comment.