Removed managers from role data
This commit is contained in:
parent
4a63220fb8
commit
f92d44bed5
1 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@
|
|||
"name": "Senior Research Fellow",
|
||||
"description": "Leads multi-phase research programmes, defines study methods, supervises analysis quality, and mentors junior researchers on publication standards.",
|
||||
"organization": 1,
|
||||
"members": [2]
|
||||
"members": []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
"name": "Systems Administrator",
|
||||
"description": "Maintains secure and reliable infrastructure, manages access controls, automates routine operations, and coordinates incident response for core systems.",
|
||||
"organization": 2,
|
||||
"members": [5]
|
||||
"members": []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
"name": "Lead Software Architect",
|
||||
"description": "Defines platform architecture, documents integration boundaries, reviews major technical decisions, and aligns delivery teams to consistent design standards.",
|
||||
"organization": 3,
|
||||
"members": [9]
|
||||
"members": []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
"name": "Compliance Officer",
|
||||
"description": "Interprets applicable regulations, maintains policy controls, monitors audit evidence, and guides teams to meet legal and governance requirements.",
|
||||
"organization": 2,
|
||||
"members": [5]
|
||||
"members": []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue