Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote from BLAIS5-3617 to main #115

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 110 additions & 1 deletion scripts/UserRoles/UserRoles.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,114 @@
"name":"TO Interviewer",
"description":"Role for TO Interviewers",
"permissions":[]
}
},
{
"name": "TO Manager",
"description": "Role for TO Managers",
"permissions": [
"Root",
"Deployment",
"Deployment.ServerParkManagement",
"Deployment.InstrumentManagement",
"AppManagement",
"Apps.Appfeatures",
"Appfeatures.login",
"Appfeatures.getlistofinstruments",
"Appfeatures.installsurvey",
"Appfeatures.removesurvey",
"Appfeatures.startsurvey",
"Appfeatures.browsedata",
"Appfeatures.deletedata",
"Appfeatures.uploaddata",
"Appfeatures.downloadcases",
"Appfeatures.updatesettings",
"Appfeatures.viewsettings",
"Appfeatures.viewsurveydetails",
"SurveyDataAccess",
"SurveyDataAccess.webviewer",
"UserManagement",
"user.createuser",
"user.updateuser",
"user.removeuser",
"user.createrole",
"user.updaterole",
"user.removerole",
"user.adsync",
"SkillManagement",
"user.createskill",
"user.updateskill",
"user.removeskill",
"user.updateuserskill",
"CustomReports",
"CR.viewreports",
"CR.setreports",
"CR.runreport",
"CATI",
"CATI.setcatispecification",
"CATI.setgeneralparameters",
"CATI.setgeneralparameters.setsurveydescription",
"CATI.setappointmentparameters",
"CATI.setappointmentparameters.setappointmentbuffer",
"CATI.setappointmentparameters.setkeeptimeofexpiredappointment",
"CATI.setappointmentparameters.settreatexpiredappointmentasmedium",
"CATI.setdaybatchparameters",
"CATI.setdaybatchparameters.setdaybatchsize",
"CATI.setdaybatchparameters.setmaxnumberofcalls",
"CATI.setdaybatchparameters.setdaysbetweennoanswers",
"CATI.setdaybatchparameters.setdaysbetweenansweringmachine",
"CATI.setlaunchersettings",
"CATI.setlaunchersettings.setschedulerkind",
"CATI.setlaunchersettings.settargetresponserate",
"CATI.setlaunchersettings.setworkloadforoneresponse",
"CATI.setschedulerparameters",
"CATI.setschedulerparameters.setmaxnumberofbusydials",
"CATI.setschedulerparameters.setmaxnumberofdials",
"CATI.setschedulerparameters.setminimumtimebetweennoanswer",
"CATI.setschedulerparameters.setminutesbetweenbusydials",
"CATI.setschedulerparameters.setnosamedayansweringmachinecalls",
"CATI.setschedulerparameters.setgroupdeactivationdelay",
"CATI.setschedulerparameters.setinterviewerdeactivationdelay",
"CATI.setschedulerparameters.setonlyexpireondeactiviationdelays",
"CATI.setfieldselection",
"CATI.setfieldselection.setshowinviewer",
"CATI.setfieldselection.setwritetohist",
"CATI.setselectfieldsettings",
"CATI.setselectfieldsettings.setfields",
"CATI.setselectfieldsettings.setfields.setfieldinclude",
"CATI.setselectfieldsettings.setfields.setfieldvalues",
"CATI.setselectfieldsettings.setactive",
"CATI.setsortfieldsettings",
"CATI.setsortfieldsettings.setactive",
"CATI.settimezonesettings",
"CATI.settimezonesettings.setappointmentgrace",
"CATI.settimezonesettings.setdonotcallbefore",
"CATI.settimezonesettings.setdonotcallafter",
"CATI.setquotasettings",
"CATI.setquotasettings.setactive",
"CATI.setsurveydaysettings",
"CATI.createdaybatch",
"CATI.createdaybatchwithautorevoke",
"CATI.extenddaybatch",
"CATI.revokecase",
"CATI.makesuperappointment",
"CATI.adddaybatchrecord",
"CATI.updatedaybatchentry",
"CATI.removefromdaybatch",
"CATI.setdialednumber",
"CATI.setoperationtimesettings",
"CATI.setdialresult",
"CATI.setnotes",
"CATI.setcasedeliveryoptions",
"CATI.setcasedeliveryoptions.setenabled",
"CATI.setcasedeliveryoptions.setweightfactor",
"CATI.viewcatispecificationpage",
"CATI.viewappointments",
"CATI.selectfromcaseinfo",
"CATI.selectfromdaybatch",
"CATI.selectfromdaybatchmeta",
"CATI.selectfromdialhistory",
"CATI.selectfromevents",
"CATI.modifyclock"
]
}
]