-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Release kit for Admin Console v0.1 (#124)
* Created base schemas.json for adminconsole release v0.1 * Add files via upload * Update schemas.json * Create Workbench UISchema * Update schemas.json * updating releasekit --------- Co-authored-by: Jagankumar <[email protected]>
- Loading branch information
1 parent
88c6692
commit 9aaa099
Showing
67 changed files
with
91,205 additions
and
0 deletions.
There are no files selected for viewing
18,236 changes: 18,236 additions & 0 deletions
18,236
localisation/HCM Admin Console/en_IN/rainmaker-boundary-admin.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,844 changes: 1,844 additions & 0 deletions
1,844
localisation/HCM Admin Console/en_IN/rainmaker-campaignmanager.json
Large diffs are not rendered by default.
Oops, something went wrong.
452 changes: 452 additions & 0 deletions
452
localisation/HCM Admin Console/en_IN/rainmaker-common.json
Large diffs are not rendered by default.
Oops, something went wrong.
926 changes: 926 additions & 0 deletions
926
localisation/HCM Admin Console/en_IN/rainmaker-hcm-admin-schemas.json
Large diffs are not rendered by default.
Oops, something went wrong.
18,236 changes: 18,236 additions & 0 deletions
18,236
localisation/HCM Admin Console/pt_IN/rainmaker-boundary-admin.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,802 changes: 1,802 additions & 0 deletions
1,802
localisation/HCM Admin Console/pt_IN/rainmaker-campaignmanager.json
Large diffs are not rendered by default.
Oops, something went wrong.
450 changes: 450 additions & 0 deletions
450
localisation/HCM Admin Console/pt_IN/rainmaker-common.json
Large diffs are not rendered by default.
Oops, something went wrong.
6,242 changes: 6,242 additions & 0 deletions
6,242
localisation/HCM Admin Console/pt_IN/rainmaker-hcm-admin-schemas.json
Large diffs are not rendered by default.
Oops, something went wrong.
14,686 changes: 14,686 additions & 0 deletions
14,686
mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.action-test.json
Large diffs are not rendered by default.
Oops, something went wrong.
18,173 changes: 18,173 additions & 0 deletions
18,173
mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roleactions.json
Large diffs are not rendered by default.
Oops, something went wrong.
107 changes: 107 additions & 0 deletions
107
mdms/HCM/HCM ADMINCONSOLE v0.1/JSON DATAS/Core/A.roles.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
[ | ||
{ | ||
"code": "SYSTEM_ADMINISTRATOR", | ||
"name": "System Administrator", | ||
"description": "System Administrator" | ||
}, | ||
{ | ||
"code": "REGISTRAR", | ||
"name": "Registrar", | ||
"description": "Registrar" | ||
}, | ||
{ | ||
"code": "DISTRIBUTOR", | ||
"name": "Distributor", | ||
"description": "Distributor" | ||
}, | ||
{ | ||
"code": "SUPERUSER", | ||
"name": "Super User", | ||
"description": "Super User. Can change all master data and has access to all the system screens." | ||
}, | ||
{ | ||
"code": "NATIONAL_SUPERVISOR", | ||
"name": "National Supervisor", | ||
"description": "Supervisor who can view National health dashboard" | ||
}, | ||
{ | ||
"code": "PROVINCIAL_SUPERVISOR", | ||
"name": "Provincial Supervisor", | ||
"description": "Supervisor who can view Provincial health dashboard" | ||
}, | ||
{ | ||
"code": "DISTRICT_SUPERVISOR", | ||
"name": "District Supervisor", | ||
"description": "Supervisor who can view District health dashboard" | ||
}, | ||
{ | ||
"code": "FIELD_SUPERVISOR", | ||
"name": "Field Supervisor", | ||
"description": "Supervisor who can view Field health dashboard" | ||
}, | ||
{ | ||
"code": "SUPERVISOR", | ||
"name": "Supervisor", | ||
"description": "Supervisor" | ||
}, | ||
{ | ||
"code": "WAREHOUSE_MANAGER", | ||
"name": "Warehouse Manager", | ||
"description": "Warehouse manager" | ||
}, | ||
{ | ||
"code": "INTERNAL_MICROSERVICE_ROLE", | ||
"name": "Internal Microservice Role", | ||
"description": "Internal role for plain access" | ||
}, | ||
{ | ||
"code": "CITIZEN", | ||
"name": "Citizen", | ||
"description": "Citizen who can raise complaint" | ||
}, | ||
{ | ||
"code": "PGR-ADMIN", | ||
"name": "PGR Administrator", | ||
"description": "Admin role that has super access over the system" | ||
}, | ||
{ | ||
"code": "HRMS_ADMIN", | ||
"name": "HRMS Admin", | ||
"description": "HRMS Admin" | ||
}, | ||
{ | ||
"code": "HELPDESK_USER", | ||
"name": "HELPDESK USER", | ||
"description": "HELPDESK USER" | ||
}, | ||
{ | ||
"code": "L2_SUPPORT", | ||
"name": "L2 Support", | ||
"description": "L2 Support" | ||
}, | ||
{ | ||
"code": "CSR", | ||
"name": "CSR", | ||
"description": "CSR" | ||
}, | ||
{ | ||
"code": "MDMS_ADMIN", | ||
"name": "MDMS ADMIN", | ||
"description": "MDMS User that can create and search schema" | ||
}, | ||
{ | ||
"code": "LOC_ADMIN", | ||
"name": "Localisation admin", | ||
"description": "LOC_ADMIN" | ||
}, | ||
{ | ||
"code": "MDMS_SCHEMA_CREATOR", | ||
"name": "MDMS_SCHEMA_CREATOR", | ||
"description": "Default role for MDMS Schema Creation" | ||
}, | ||
{ | ||
"code": "HEALTH_FACILITY_WORKER", | ||
"name": "Health Facilty Worker", | ||
"description": "Workers working at a given Health Facility (HF) who will be responsible for giving the diagnosis based on the type of symptoms they observe and then do a diagnosis and provide the appropriate drugs." | ||
} | ||
] |
Oops, something went wrong.