Skip to content

Commit 2e9b4f8

Browse files
committed
RSP-4422/4423/4424/4488/4486: Implement new roles
1 parent c930ff1 commit 2e9b4f8

File tree

4 files changed

+499
-4
lines changed

4 files changed

+499
-4
lines changed

src/Infrastructure/Rsp.UsersService.Infrastructure/Data/Roles.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
{
99
"Id": "d0c76beb-b25f-4d1d-8be8-2bdf5a3a4c92",
1010
"ConcurrencyStamp": "8c403e3f-540b-4ab1-ac5a-e0bc3fc65f6e",
11-
"Name": "user",
12-
"NormalizedName": "USER"
11+
"Name": "applicant",
12+
"NormalizedName": "APPLICANT"
1313
},
1414
{
1515
"Id": "ddac109a-e4ad-4572-a175-7795f81ec0e7",
@@ -22,5 +22,23 @@
2222
"ConcurrencyStamp": "133fb613-7a85-44f9-b461-d506cfabc2a2",
2323
"Name": "operations",
2424
"NormalizedName": "OPERATIONS"
25+
},
26+
{
27+
"Id": "043aca8e-f88e-473e-974c-262f846285ea",
28+
"ConcurrencyStamp": "6c3d23eb-4b5f-4643-b23a-0d2bd58c034d",
29+
"Name": "study_wide_reviewer",
30+
"NormalizedName": "STUDY_WIDE_REVIEWER"
31+
},
32+
{
33+
"Id": "952697e4-3d60-4172-b7bf-ee5ed6a7a1c3",
34+
"ConcurrencyStamp": "2845d0bc-25c4-4c81-a72c-e3e29d5b371f",
35+
"Name": "team_manager",
36+
"NormalizedName": "TEAM_MANAGER"
37+
},
38+
{
39+
"Id": "97977acf-0bd5-48c2-9cf5-bc3fd215e5bb",
40+
"ConcurrencyStamp": "514b807f-9b52-4e0e-8774-83c462e5012c",
41+
"Name": "workflow_co-ordinator",
42+
"NormalizedName": "WORKFLOW_CO-ORDINATOR"
2543
}
2644
]

0 commit comments

Comments
 (0)