Dynavera/data/3_roles.json

106 lines
3.6 KiB
JSON
Raw Normal View History

[
{
"model": "accounts.role",
"pk": 1,
"fields": {
"uuid": "51a671c3-e680-4d81-af39-194939313b93",
"created_at": "2026-02-25T12:51:23.873Z",
"updated_at": "2026-02-25T12:51:23.873Z",
"name": "UX Developer",
"description": "A hybrid professional bridging design and front-end engineering, responsible for both designing user-centric interfaces and coding them.",
"organization": 2,
"members": [1, 4]
}
},
{
"model": "accounts.role",
"pk": 2,
"fields": {
"uuid": "72b8d1a4-f791-4e92-bc40-205040424c04",
"created_at": "2026-02-25T13:00:00.000Z",
"updated_at": "2026-02-25T13:00:00.000Z",
"name": "fNIRS Specialist",
"description": "Functional Near-Infrared Spectroscopy Specialist responsible for neuroimaging data collection and analyzing cortical hemodynamic responses.",
"organization": 1,
"members": [3, 5]
}
},
{
"model": "accounts.role",
"pk": 3,
"fields": {
"uuid": "83c9e2b5-a802-5f03-cd51-316151535d15",
"created_at": "2026-02-25T13:05:00.000Z",
"updated_at": "2026-02-25T13:05:00.000Z",
"name": "Senior Research Fellow",
"description": "Leads academic research projects, secures funding, and mentors doctoral students within the University research ecosystem.",
"organization": 1,
"members": [2, 7]
}
},
{
"model": "accounts.role",
"pk": 4,
"fields": {
"uuid": "94d0f3c6-a913-6f14-de62-427262646e26",
"created_at": "2026-02-25T13:10:00.000Z",
"updated_at": "2026-02-25T13:10:00.000Z",
"name": "Quantitative Analyst",
"description": "Applies mathematical and statistical methods to financial and risk management problems within the stock simulation model.",
"organization": 2,
"members": [8, 9]
}
},
{
"model": "accounts.role",
"pk": 5,
"fields": {
"uuid": "a5e1f4d7-a024-4e25-ef73-538373757f37",
"created_at": "2026-02-25T13:15:00.000Z",
"updated_at": "2026-02-25T13:15:00.000Z",
"name": "Systems Administrator",
"description": "Responsible for the maintenance, configuration, and reliable operation of the organization's server infrastructure.",
"organization": 2,
"members": [1, 12]
}
},
{
"model": "accounts.role",
"pk": 6,
"fields": {
"uuid": "b6f2e5e8-a135-4f36-fa84-649484868f48",
"created_at": "2026-02-25T13:20:00.000Z",
"updated_at": "2026-02-25T13:20:00.000Z",
"name": "Lead Software Architect",
"description": "Responsible for high-level design choices and dictating technical standards, including software coding standards.",
"organization": 3,
"members": [12, 11]
}
},
{
"model": "accounts.role",
"pk": 7,
"fields": {
"uuid": "c7f3e6f9-a246-4a47-fa95-750595979f59",
"created_at": "2026-02-25T13:25:00.000Z",
"updated_at": "2026-02-25T13:25:00.000Z",
"name": "FinTech Researcher",
"description": "Investigates new technologies in the financial sector, focusing on algorithmic trading and user behavior.",
"organization": 3,
"members": [9, 10, 3]
}
},
{
"model": "accounts.role",
"pk": 8,
"fields": {
"uuid": "d8e4f7f0-a357-4e58-ea06-861606080e60",
"created_at": "2026-02-25T13:30:00.000Z",
"updated_at": "2026-02-25T13:30:00.000Z",
"name": "Compliance Officer",
"description": "Ensures that the organization is complying with relevant financial regulations and internal policies.",
"organization": 2,
"members": [6, 8]
}
}
]