unclean SPARC

This commit is contained in:
STEINNI
2025-08-27 07:03:09 +00:00
commit f308460931
430 changed files with 54426 additions and 0 deletions
+195
View File
@@ -0,0 +1,195 @@
[
{
"label": "Bypass",
"icon": "icon-bolt",
"collapsed": true,
"items": [
{
"label": "Monitoring",
"icon": "icon-dashboard",
"route": "/bypass",
"access": [ "BP_PO", "BP_HoU" ]
},
{
"label": "EIC Fast Track",
"icon": "icon-dashboard",
"route": "/bypass/fast-tracks",
"access": [ "BP_SPOC_FastTrack" ]
},
{
"label": "EIC Plug In",
"icon": "icon-dashboard",
"route": "/bypass/plugins",
"access": [ "BP_SPOC_Plugin" ]
},
{
"label": "Guidelines",
"icon": "icon-help",
"route": "/bypass/guidelines",
"access": [ "BP_PO", "BP_HoU","BP_SPOC_Plugin","BP_SPOC_FastTrack" ]
}
]
},
{
"label": "My EIC",
"icon": "icon-home",
"collapsed": true,
"items": [
{
"label": "Overview",
"icon": "icon-dashboard",
"route": "/applicant",
"access": [ "Org_Member" ]
}
]
},
{
"label": "ICMP",
"icon": "icon-company",
"items": [
{
"label": "Monitoring",
"icon": "icon-dashboard",
"route": "/icmp",
"access": [ "PROJECT_PO", "PROJECT_FIO" ]
},
{
"label": "Dashboard",
"icon": "icon-dashboard",
"route": "/icmp",
"access": [ "PROJECT_TechDDExpert" ]
}
]
},
{
"label": "SoE",
"icon": "icon-star-full",
"collapsed": true,
"items": [
{
"label": "Overview",
"icon": "icon-dashboard",
"route": "/soe",
"access": [ "EIC_dev", "EIC_Admin", "SOE_National", "SOE_Admin" ]
}
]
},
{
"label": "Coachings",
"icon": "icon-coaching",
"collapsed": true,
"items": [
{
"label": "Admin dashboard",
"icon": "icon-dashboard",
"route": "/coachings/admin",
"access": [ "EIC_Dev", "EIC_Admin" ]
},
{
"label": "Coach dashboard",
"icon": "icon-dashboard",
"route": "/coachings/coach",
"access": [ "EIC_Dev", "EIC_Admin" ]
},
{
"label": "Applicant coaching",
"icon": "icon-coaching",
"route": "/coachings/coaching/1234",
"access": [ "EIC_Dev", "EIC_Admin" ]
}
]
},
{
"label": "Dev tools",
"icon": "icon-cogs",
"collapsed": true,
"items": [
{
"label": "System Health Check",
"icon": "icon-health",
"route": "/system/healthcheck",
"access": [ "EIC_Dev" ]
},
{
"label": "App Style Guide",
"icon": "icon-image",
"route": "/system/styleguide",
"access": [ "EIC_Dev" ]
},
{
"label": "EICUI Components",
"icon": "icon-cogs",
"route": "/system/eicui",
"access": [ "EIC_Dev" ]
}
]
},
{
"label": "Communication",
"icon": "icon-share",
"items": [
{
"label": "Platform Control",
"icon": "icon-logoff",
"route": "/system/control",
"access": [ "EIC_Dev" ]
},
{
"label": "Mailings",
"icon": "icon-envelope",
"route": "/mailings",
"access": [ "MAIL_Editor", "MAIL_Reviewer", "MAIL_Sender", "EIC_Dev", "EIC_Admin" ]
},
{
"label": "Templates",
"icon": "icon-edit",
"route": "/templates",
"access": [ "TEMPLATE_Editor", "TEMPLATE_Reviewer", "EIC_Dev", "EIC_Admin" ]
}
]
},
{
"label": "Fun stuffs",
"icon": "icon-face-smile",
"collapsed": true,
"items": [
{
"label": "CarmeloMatic 3000",
"icon": "icon-coaching",
"route": "/system/sampler",
"access": [ "EIC_Dev" ]
},
{
"label": "Magic Chalkboard",
"icon": "icon-edit",
"route": "/system/chalkboard",
"access": [ "EIC_Dev" ]
},
{
"label": "Data explorer",
"icon": "icon-servers",
"route": "/system/explorer",
"access": [ "EIC_Dev" ]
}
]
},
{
"label": "About",
"icon": "icon-info",
"collapsed": true,
"items": [
{
"label": "Legal notice",
"icon": "icon-info",
"route": "/about/legalnotice",
"access": [ "*" ]
},
{
"label": "Support",
"icon": "icon-help",
"route": "/about/support",
"access": [ "*" ]
}
]
}
]
@@ -0,0 +1,23 @@
[
{
"master": "BP_PO",
"surrogates": [
{"role": "BP_PO", "track": "ignore", "domain": "ignore"},
{"role": "BP_HoU", "track": "ignore", "domain": "ignore"},
{"role": "BP_SPOC_Plugin", "track": "daTai94ymStyRbQWybH3eDw", "domain": "set"},
{"role": "BP_SPOC_FastTrack", "track": "d7xAg5kIhQYeDMB1H6eXnBg", "domain": "set"}
]
},
{
"master": "BP_SPOC_FastTrack",
"surrogates": [
{"role": "BP_SPOC_FastTrack", "track": "inherit", "domain": "inherit"}
]
},
{
"master": "BP_SPOC_Plugin",
"surrogates": [
{"role": "BP_SPOC_Plugin", "track": "inherit", "domain": "inherit"}
]
}
]
+982
View File
@@ -0,0 +1,982 @@
{
"success": true,
"error": "",
"payload": [
{
"resource": "services",
"actions": [
{
"action": "getServices",
"availableMethod": {
"uri": "https://__host__/stable/apis/services",
"method": "GET"
}
}
]
},
{
"resource": "/files",
"actions": [
{
"action": "get",
"availableMethod": {
"uri": "/files/{id}",
"method": "GET"
}
}
]
},
{
"resource": "company",
"actions": [
{
"action": "revoke",
"availableMethod": {
"uri": "https://__host__/stable/bypass/company/{pic}/token",
"method": "DELETE"
}
},
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/bypass/company/{pic}/token",
"method": "POST"
}
},
{
"action": "grant",
"availableMethod": {
"uri": "https://__host__/stable/bypass/company/{pic}/token",
"method": "PUT"
}
}
]
},
{
"resource": "programs",
"actions": [
{
"action": "removeProgram",
"availableMethod": {
"uri": "https://__host__/stable/bypass/programs",
"method": "DELETE"
}
},
{
"action": "getPrograms",
"availableMethod": {
"uri": "https://__host__/stable/bypass/programs",
"method": "POST"
}
},
{
"action": "addProgram",
"availableMethod": {
"uri": "https://__host__/stable/bypass/programs",
"method": "PUT"
}
}
]
},
{
"resource": "roles",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/bypass/roles",
"method": "GET"
}
}
]
},
{
"resource": "tokens",
"actions": [
{
"action": "consume",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/consume",
"method": "POST"
}
},
{
"action": "getSettings",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/settings",
"method": "POST"
}
},
{
"action": "setSettings",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/settings",
"method": "PUT"
}
},
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens",
"method": "POST"
}
},
{
"action": "view",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/{tokenid}",
"method": "GET"
}
},
{
"action": "assign",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/bypass",
"method": "PUT"
}
}
]
},
{
"resource": "XXXtokens",
"actions": [
{
"action": "consume",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/consume",
"method": "POST"
}
},
{
"action": "getSettings",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/settings",
"method": "POST"
}
},
{
"action": "setSettings",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/settings",
"method": "PUT"
}
},
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens",
"method": "POST"
}
},
{
"action": "view",
"availableMethod": {
"uri": "https://__host__/stable/bypass/tokens/{tokenid}",
"method": "GET"
}
},
{
"action": "assign",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/bypass",
"method": "PUT"
}
}
]
},
{
"resource": "users",
"actions": [
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/users/search",
"method": "POST"
}
},
{
"action": "revoke",
"availableMethod": {
"uri": "https://__host__/stable/bypass/users/{id}",
"method": "DELETE"
}
},
{
"action": "get",
"availableMethod": {
"uri": "https://__host__/stable/bypass/users/{id}",
"method": "GET"
}
},
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/bypass/users",
"method": "POST"
}
},
{
"action": "create",
"availableMethod": {
"uri": "https://__host__/stable/bypass/users",
"method": "PUT"
}
}
]
},
{
"resource": "/S3Files",
"actions": [
{
"action": "viewDocument",
"availableMethod": {
"uri": "https://__host__/stable/vod/source?file=",
"method": "GET"
}
},
{
"action": "viewVideo",
"availableMethod": {
"uri": "https://__host__/stable/vod/manifest?file=",
"method": "GET"
}
},
{
"action": "uploadPdf",
"availableMethod": {
"getSignedUrl": "https://__host__/stable/vod/source?file=",
"getSignedMethod": "PUT"
}
},
{
"action": "uploadVideo",
"availableMethod": {
"getSignedUrl": "https://__host__/stable/vod/source?file=",
"getSignedMethod": "PUT"
}
},
{
"action": "checkVideoConversion",
"availableMethod": {
"uri": "https://__host__/stable/vod/jobs",
"method": "POST"
}
}
]
},
{
"resource": "/organisations",
"actions": [
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/organisations",
"method": "POST"
}
},
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/organisations",
"method": "GET"
}
},
{
"action": "apply",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}",
"actions": [
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}",
"method": "GET"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}/members",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members",
"method": "GET"
}
},
{
"action": "grant",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
},
{
"action": "revoke",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
},
{
"action": "add",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
},
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/users/search",
"method": "POST"
}
}
]
},
{
"resource": "/organisations/{pic}/members/{uid}",
"actions": [
{
"action": "grant",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
},
{
"action": "revoke",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/members/{uid}",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}/coachings",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/coachings",
"method": "GET"
}
},
{
"action": "read",
"availableMethod": {
"uri": "https://eic__stage__.eismea.eu/mydashboard/mycoaching",
"method": "GET"
}
}
]
},
{
"resource": "/organisations/{pic}/proposals",
"actions": [
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals",
"method": "POST"
}
},
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals",
"method": "GET"
}
},
{
"action": "apply",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/members/{uid}",
"method": "PUT"
}
},
{
"action": "create",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}/proposals/{pid}",
"actions": [
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}",
"method": "GET"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}",
"method": "PUT"
}
},
{
"action": "organisationUpdate",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}",
"method": "GET"
}
},
{
"action": "clone",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals",
"method": "PUT"
}
},
{
"action": "complain",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/complaint",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}/proposals/{pid}/members",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/members",
"method": "GET"
}
},
{
"action": "grant",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/members/{uid}",
"method": "PUT"
}
},
{
"action": "revoke",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/members/{uid}",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}/proposals/{pid}/complaints",
"actions": [
{
"action": "get",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/complaints",
"method": "GET"
}
},
{
"action": "create",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/complaints",
"method": "PUT"
}
}
]
},
{
"resource": "/organisations/{pic}/proposals/{pid}/team",
"actions": [
{
"action": "create",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/team",
"method": "PUT"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/team/{uid}",
"method": "PUT"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/organisations/{pic}/proposals/{pid}/team/{uid}",
"method": "DELETE"
}
}
]
},
{
"resource": "explorer",
"actions": [
{
"action": "filters",
"availableMethod": {
"uri": "https://__host__/stable/storage/entities",
"method": "GET"
}
},
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/storage/entities",
"method": "POST"
}
}
]
},
{
"resource": "/zammad/tickets",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/zammad/tickets",
"method": "GET"
}
},
{
"action": "create",
"availableMethod": {
"uri": "https://__host__/stable/zammad/tickets",
"method": "POST"
}
},
{
"action": "get",
"availableMethod": {
"uri": "https://__host__/stable/zammad/tickets/{id}",
"method": "GET"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/zammad/tickets/{id}/articles",
"method": "POST"
}
},
{
"action": "download",
"availableMethod": {
"uri": "https://__host__/files/stable/zammad/tickets/{ticid}/articles/{artid}/attachments/{attid}",
"method": "GET"
}
}
]
},
{
"resource": "/soe",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/soe",
"method": "GET"
}
},
{
"action": "members",
"availableMethod": {
"uri": "https://__host__/stable/soe/members",
"method": "GET"
}
},
{
"action": "project",
"availableMethod": {
"uri": "https://__host__/stable/soe/organisations/{pic}/projects/{projectId}/fundings",
"method": "GET"
}
},
{
"action": "create",
"availableMethod": {
"uri": "https://__host__/stable/soe/organisations/{pic}/projects/{projectId}/fundings",
"method": "PUT"
}
},
{
"action": "funding",
"availableMethod": {
"uri": "https://__host__/stable/soe/organisations/{pic}/projects/{projectId}/fundings/{fundingId}",
"method": "GET"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/soe/organisations/{pic}/projects/{projectId}/fundings/{fundingId}",
"method": "DELETE"
}
},
{
"action": "update",
"availableMethod": {
"uri": "https://__host__/stable/soe/organisations/{pic}/projects/{projectId}/fundings/{fundingId}",
"method": "PUT"
}
}
]
},
{
"resource": "/icmp",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects",
"method": "POST"
}
},
{
"action": "getProject",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects/{projectId}",
"method": "GET"
}
},
{
"action": "getProjectDocuments",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects/{projectId}/documents",
"method": "GET"
}
},
{
"action": "getProjectContributors",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects/{projectId}/contributors",
"method": "GET"
}
},
{
"action": "getProjectNode",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects/{projectId}/{node}/{nodeId}",
"method": "GET"
}
},
{
"action": "saveProjectNode",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects/{projectId}/{node}/{nodeId}",
"method": "PUT"
}
},
{
"action": "saveProjectNodeComments",
"availableMethod": {
"uri": "https://__host__/stable/icmp/projects/{projectId}/{node}/{nodeId}/comments",
"method": "PUT"
}
}
]
},
{
"resource": "/mailing",
"actions": [
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/mailing",
"method": "POST"
}
},
{
"action": "save",
"availableMethod": {
"uri": "https://__host__/stable/mailing",
"method": "PUT"
}
},
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}",
"method": "GET"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}",
"method": "DELETE"
}
},
{
"action": "test",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/test",
"method": "PUT"
}
},
{
"action": "schedule",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}",
"method": "PUT"
}
}
]
},
{
"resource": "/mailing/folders",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/mailing/folders",
"method": "POST"
}
},
{
"action": "add",
"availableMethod": {
"uri": "https://__host__/stable/mailing/folders",
"method": "PUT"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/mailing/folders",
"method": "DELETE"
}
}
]
},
{
"resource": "/mailing/{mid}/recipients",
"actions": [
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/recipients",
"method": "GET"
}
}
]
},
{
"resource": "/mailing/{mid}/bounces",
"actions": [
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/bounces",
"method": "GET"
}
}
]
},
{
"resource": "/mailing/{mid}/imports",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/imports",
"method": "GET"
}
},
{
"action": "save",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/imports",
"method": "PUT"
}
},
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/imports/{iid}",
"method": "GET"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/mailing/{mid}/imports",
"method": "DELETE"
}
}
]
},
{
"resource": "/templates",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/templitor",
"method": "POST"
}
},
{
"action": "search",
"availableMethod": {
"uri": "https://__host__/stable/templitor",
"method": "POST"
}
},
{
"action": "getImages",
"availableMethod": {
"uri": "https://__host__/stable/templitor/images",
"method": "POST"
}
},
{
"action": "addImage",
"availableMethod": {
"uri": "https://__host__/stable/templitor/images",
"method": "PUT"
}
},
{
"action": "deleteImage",
"availableMethod": {
"uri": "https://__host__/stable/templitor/images/{pid}",
"method": "DELETE"
}
},
{
"action": "save",
"availableMethod": {
"uri": "https://__host__/stable/templitor",
"method": "PUT"
}
},
{
"action": "read",
"availableMethod": {
"uri": "https://__host__/stable/templitor/{tid}",
"method": "GET"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/templitor/{tid}",
"method": "DELETE"
}
},
{
"action": "testTemplateMail",
"availableMethod": {
"uri": "https://__host__/stable/templitor/{tid}",
"method": "PUT"
}
},
{
"action": "uploadTplImage",
"availableMethod": {
"uri": "https://__host__/stable/public/{tplImgName}",
"method": "PUT"
}
}
]
},
{
"resource": "/templitor/folders",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/templitor/folders",
"method": "POST"
}
},
{
"action": "add",
"availableMethod": {
"uri": "https://__host__/stable/templitor/folders",
"method": "PUT"
}
},
{
"action": "delete",
"availableMethod": {
"uri": "https://__host__/stable/templitor/folders",
"method": "DELETE"
}
}
]
},
{
"resource": "/contactMgr",
"actions": [
{
"action": "list",
"availableMethod": {
"uri": "https://__host__/stable/contactMgr",
"method": "GET"
}
},
{
"action": "get",
"availableMethod": {
"uri": "https://__host__/stable/contactMgr/{qcid}",
"method": "GET"
}
},
{
"action": "getFields",
"availableMethod": {
"uri": "https://__host__/stable/contactMgr/{qcid}/fields",
"method": "POST"
}
},
{
"action": "execute",
"availableMethod": {
"uri": "https://__host__/stable/contactMgr/{qcid}",
"method": "PUT"
}
}
]
}
]
}
+34
View File
@@ -0,0 +1,34 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "",
"updated": "2023-11-10 10:00:00",
"expires": "2024-11-10 23:59:00",
"content": [
{
"label":"Administrators",
"id":"Admin",
"children": [
{"label":"EIC Administrator","id":"EIC_Admin" },
{"label":"EIC Developper","id":"EIC_Dev" }
]
},
{
"label":"Bypass",
"id":"Bypass",
"children": [
{"label":"Head of unit","id":"BP_HoU" },
{"label":"Project Officer","id":"BP_PO" },
{"label":"SPOC Plugin","id":"BP_SPOC_Plugin" },
{"label":"SPOC Fasttrack","id":"BP_SPOC_FastTrack" }
]
},
{
"label":"Applicants",
"id":"Applicants",
"children": [
{"label":"Organisation member","id":"Org_Member" }
]
}
]
}
@@ -0,0 +1,61 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "http://data.eic.eu/model/track",
"updated": "2023-03-23 14:03:12",
"expires": null,
"content": [
{
"id": "daTai94ymStyRbQWybH3eDw",
"label": "EIC Plug In",
"children": [
{"id": "ddMBYo64lQTOCNxJnpprx5A", "label": "Austria"},
{"id": "dQDpO6LcNTLi3QN5kTiw0MA", "label": "Belgium"},
{"id":"dAU-fpjd-RzWAdeqCnTo_hQ", "label": "Bulgaria"},
{"id": "duCbnathTR6ORqUexphvcNA", "label": "Croatia"},
{"id": "dgyso3mX6R4y3CJG7T0wm7Q", "label": "Cyprus"},
{"id": "dWyQnwI9fRL69gZvonUD-3g", "label": "Czech Republic"},
{"id": "dBeD1TDpIRMupaYJFrE15fA", "label": "Denmark"},
{"id": "deaeC-g4zSU-lrQmD7RXTLA", "label": "Estonia"},
{"id": "dzYncC5C_RPSG-I2W4xccBg", "label": "Finland"},
{"id": "dqO7eNhkaTpi7-vrL7xbrLA", "label": "France"},
{"id": "dETQuC1DCQOa1inlawb1LUw", "label": "Germany"},
{"id": "dFY2sRS_0Q92Av7-_LfUDOg", "label": "Greece"},
{"id": "d0FngG6GARSC-rRaqbpWhaw", "label": "Hungary"},
{"id": "dwrwtGAwuSGGsqqB7T2lZUg", "label": "Ireland"},
{"id": "ddUy-9-e-Tdyc4dxr2tVHkg", "label": "Italy"},
{"id":"dGDsjdxxZQVefpIlHVPaWNg", "label": "Lithuania"},
{"id": "dGlnFXv8aQzahaVjjnLTE4A", "label": "Malta"},
{"id": "d1bssyFT7Tsa0smN7zkzG8w", "label": "The Netherlands"},
{"id": "doZaFLUxUT_OvHkzH5_YBjA", "label": "Poland"},
{"id": "dAyJVxePsRaubXqm1rWF9Fw", "label": "Portugal"},
{"id": "dUTwpYqmOTWye1lfOkRFauw", "label": "Romania"},
{"id": "dzeYoKXm8RjeBghutjHfQ_Q", "label": "Spain"},
{"id": "dbmUbq_FsSViCsdZe46WVxA", "label": "Sweden"},
{"id": "dCCbZtp4RQ2eQLydphtKJvg", "label": "Montenegro"},
{"id": "dI816Ui0MSxWDygFzA_MVrw", "label": "Norway"},
{"id": "dMl2qhvAjRUywduo6jCDyNQ", "label": "Türkiye"}
]
},
{
"id": "d7xAg5kIhQYeDMB1H6eXnBg",
"label": "EIC Fast Track",
"children": [
{"id": "d-eit-climate-kic-FqkCw", "label": "Climate KIC"},
{"id": "d-eit-digital-g-FhFqkCw", "label": "Digital KIC"},
{"id": "d-eit-food-q9jg-FhFqkCw", "label": "Food KIC"},
{"id": "d-eit-health-jg-FhFqkCw", "label": "Health KIC"},
{"id": "d-eit-innoenergy-hFqkCw", "label": "InnoEnergy KIC"},
{"id": "d-eit-manufacturing-kCw", "label": "Manufacturing KIC"},
{"id": "d-eit-rawmaterials-qkCw", "label": "RawMaterials KIC"},
{"id": "d-eit-urban-mobility-Cw", "label": "Urban Mobility KIC"},
{"id": "d-eit-cultu-mobility-Cw", "label": "Culture & creativity KIC"},
{"id": "d-eic-pathfinder-hFqkCw", "label": "EIC Pathfinder"},
{"id": "d-eic-transition-ity-Cw", "label": "EIC Transition"},
{"id": "d-eic-accelerator-ty-Cw", "label": "EIC Accelerator"},
{"id": "d-eic-women-tech-eu-kCw", "label": "EIC Women Tech EU"},
{"id": "dzDvMeuo7S-if5U-Jv_84xg", "label": "EUREKA"}
]
}
]
}
@@ -0,0 +1,386 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "http://data.eic.eu/model/repository-items",
"updated": "2024-03-20 14:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{ "id": "d3YaBxS-FR9quTjIP4Ln95Q", "label": "Europe",
"children": [
{
"id": "dgttW8OjFQca9qLdbsdPxiQ",
"label": "Western Europe",
"children": [
{ "id": "de0icXyh9RJ-pJxq_EYFoBA", "label": "Austria" },
{ "id": "dgv1rlNSfRxG_RJPSgIGIXg", "label": "Belgium" },
{ "id": "dR7lH1oLpRTmgjpmsT944Eg", "label": "France" },
{ "id": "d6__9ZstZTTuwXEavH2xn-A", "label": "Germany" },
{ "id": "d54ANdkhKTN-WgywOaWDOLQ", "label": "Liechtenstein" },
{ "id": "dVyyoU6O_TRqKKAnDxz3V9g", "label": "Luxembourg" },
{ "id": "dTUabC-ZlQA6-4v1aOVE0Pw", "label": "Monaco" },
{ "id": "dW00nAY6nQda7i9OUhcdMAA", "label": "Netherlands" },
{ "id": "dpCfJoRWBS8-HTaWZUFI3Xw", "label": "Switzerland" },
{ "id": "dw7CcVRmGQXGoubV85QjYCw", "label": "United Kingdom" }
]
},
{
"id": "d5Rph-09tRdqCzo2QFUfxRA",
"label": "Northern Europe",
"children": [
{ "id": "dz14gfhmqS9GGUrB2Msi5lA", "label": "Åland Islands" },
{ "id": "dKk4Xc6JsQeSRPPizKEgsoQ", "label": "Denmark" },
{ "id": "dw6vY8DC2QquWjT5AhpzAYw", "label": "Estonia" },
{ "id": "doXELPKs1SPSwPZW6E6epqA", "label": "Faroe Islands" },
{ "id": "dD0KELKV9RG6S2ymN3_ilXg", "label": "Finland" },
{ "id": "dpptSvmNJRcCza5syycX2pQ", "label": "Guernsey" },
{ "id": "dY0Bn_KbMTXmV7J0XOO8wpw", "label": "Iceland" },
{ "id": "dY2W8OzxwSbqCVjgtSL1NvA", "label": "Ireland" },
{ "id": "dwOl3Vhs5TziZ5RKr-aIyEQ", "label": "Isle of Man" },
{ "id": "dsOHvxnnFSxevsZDqxbymcA", "label": "Jersey" },
{ "id": "d1GP9fSp3R-uH2zNX2GXwsQ", "label": "Latvia" },
{ "id": "dYqshhJd4TwSuOw3mFlLlJA", "label": "Lithuania" },
{ "id": "dD-cyDbPxTmGn6dts4cGY8g", "label": "Norway" },
{ "id": "dZKlGVwUcQ2aTe7VE09UjMA", "label": "Svalbard and Jan Mayen" },
{ "id": "dg2aWPdz8Qk-lue5t4UtSeg", "label": "Sweden" },
{ "id": "dV8v7gw6XRhm9W4pgkMkJCg", "label": "United Kingdom of Great Britain and Northern Ireland"
}
]
},
{
"id": "dg92-2rpcQBWU5Xvzc_ed5w",
"label": "Eastern Europe",
"children": [
{ "id": "drpruv1jNT66zUUhmcYF8Lw", "label": "Belarus" },
{ "id": "dUAIwLJ3MToGpprduRxL9Lw", "label": "Bulgaria" },
{ "id": "dnbomWOPnTLGl8ROfSNoH9w", "label": "Czech Republic" },
{ "id": "dDtT4nyPGRImjljcuBePRbQ", "label": "Hungary" },
{ "id": "d97umNcDmTzedJ-Dv6h5X7Q", "label": "Moldova (Republic of)" },
{ "id": "dMAdhjBnVSt-6TwlmSqd6CQ", "label": "Poland" },
{ "id": "dQyGSs8S5T_KzRipuuSE2TQ", "label": "Romania" },
{ "id": "dX-_mQ3eMRiOODv44hwFHjA", "label": "Russian Federation" },
{ "id": "dsio8MaIYRHCMEP9nm83uBQ", "label": "Slovakia" },
{ "id": "dM8h8uEWcTSWcGumrFC9wDA", "label": "Ukraine" }
]
},
{
"id": "d3Uq8HkK9SCmV3-9cyoNRbw",
"label": "Southern Europe",
"children": [
{ "id": "djCaD1C4hT0WbUfsQmHKjYw", "label": "Albania" },
{ "id": "dhom0u7wNSZ-vLUxtu8MyvA", "label": "Andorra" },
{ "id": "d13NG9DgqQtiLXuRytBkOHw", "label": "Bosnia and Herzegovina" },
{ "id": "d1YbsIXE4TFK4cfxcqiybww", "label": "Croatia" },
{ "id": "dnykwn_tNQG-HHmsYflkpEA", "label": "Gibraltar" },
{ "id": "d_CCTaaeRSFuLjCmAovKnMg", "label": "Greece" },
{ "id": "dVcXz_b_zTZ-6w7d6l03dRA", "label": "Holy See" },
{ "id": "dZNTDPf3lSBSlSHrQotbrdA", "label": "Italy" },
{ "id": "dXU3o8d3dQrqs8KS54lPvgg", "label": "Macedonia (the former Yugoslav Republic of)" },
{ "id": "d3mr3rQSOQf23IkGndOOROA", "label": "Malta" },
{ "id": "dNOZyp_brT_GcMBCWeJq0ZQ", "label": "Montenegro" },
{ "id": "dxLz0Vft1RE6C1CaDQYvy6Q", "label": "Portugal" },
{ "id": "dV2CETRPXQ2u9H2ixcW2_KQ", "label": "San Marino" },
{ "id": "dZFWnbTJgQcasq1xGbirPNw", "label": "Serbia" },
{ "id": "dRcyMt6R2QCeVW7QHQf5Dwg", "label": "Slovenia" },
{ "id": "dw9CIZ0vFR6-I1SeMlvMDFw", "label": "Spain" }
]
}
]
},
{ "id": "dxIYK0bK-T5220nRUTz8zrA", "label": "Africa",
"children": [
{
"id": "d4wSH8cZKQbCBs_5ZT8kGaw",
"label": "Sub-Saharan Africa",
"children": [
{ "id": "ddAE3PbzzRKmJWUgAlG9_oA", "label": "Angola" },
{ "id": "d9McCYAxVTTq6yGAaXX8Bdw", "label": "Benin" },
{ "id": "d6mlBDfdmTQ6yTBvqBjBSaQ", "label": "Botswana" },
{ "id": "day1JDcIbRUW3y4FxLAtZfg", "label": "British Indian Ocean Territory" },
{ "id": "dr03rEDFYTsy0WitmFmlNXA", "label": "Burkina Faso" },
{ "id": "dgvU57aupQGiUUWRxhkLFDw", "label": "Burundi" },
{ "id": "df4DalrfvQXOWXJOVsfFvLA", "label": "Cabo Verde" },
{ "id": "d3Jh_mOJCTUWt64dX2b4maQ", "label": "Cameroon" },
{ "id": "d7LVOaYCbQQWOW_s8Jdh8AA", "label": "Central African Republic" },
{ "id": "dkUiSJ0nbT8OZVFNvD1nLMQ", "label": "Chad" },
{ "id": "ddyGl69WCT2m6LVNU4ukwEA", "label": "Comoros" },
{ "id": "d_s-lDnG7R-q278SqhreLEQ", "label": "Congo" },
{ "id": "ddX-iTMN_RwqTEB241hoViQ", "label": "Congo (Democratic Republic of the)" },
{ "id": "daUXdCV88Rkq780DQSqdfNw", "label": "Côte d'Ivoire" },
{ "id": "dOJF56bhJSS2iR6TE3IOhQw", "label": "Djibouti" },
{ "id": "dSRJjZFtpS6iwdht-CQw2UA", "label": "Equatorial Guinea" },
{ "id": "dvUQnTH4RRSiW9IdsC2ps2w", "label": "Eritrea" },
{ "id": "dBcm6iijMTty7yVigniWphg", "label": "Eswatini" },
{ "id": "dpnv7XkBPTby420ZOdSEGKA", "label": "Ethiopia" },
{ "id": "dkpPLqNVISk6mvopc2dMTbw", "label": "French Southern Territories" },
{ "id": "dpSpPvurmTtWNSq5kwpbdbQ", "label": "Gabon" },
{ "id": "ddLSh4pChS3q6ah4lLsbzDg", "label": "Gambia" },
{ "id": "d6gTY7iGeRZm5Zxu41tm-zQ", "label": "Ghana" },
{ "id": "dXqI4RXugRUu21SIjd1lZbQ", "label": "Guinea" },
{ "id": "dZ4r7lGzrQoqBqiaJzc1aZg", "label": "Guinea-Bissau" },
{ "id": "d53tGHYSAQdSyGLbkzN15Fw", "label": "Kenya" },
{ "id": "dQUdRYSRlRMCpVhIG1XXzfg", "label": "Lesotho" },
{ "id": "dgX5fJNMbT1eXnNczqT18xA", "label": "Liberia" },
{ "id": "dKRgi3f5iQUOCik1gGbQZCQ", "label": "Madagascar" },
{ "id": "d3l8GHAtPQ2yoE0Rqx0QK4w", "label": "Malawi" },
{ "id": "dLdbfRY-FSGyuQu4zkLCh1g", "label": "Mali" },
{ "id": "djhLXFkGRRICz8Y2unLYTvg", "label": "Mauritania" },
{ "id": "dFwoq3DOsSGSWi0wNze1s9A", "label": "Mauritius" },
{ "id": "dohJXOWEfR_WFjNNymjwP0Q", "label": "Mayotte" },
{ "id": "diKP5aTl-QlmEEUHpAx8QJw", "label": "Mozambique" },
{ "id": "dDKiK9bOcSiSv9jwz_AwtSQ", "label": "Namibia" },
{ "id": "dthTL98uPTMiBIUBS-pWdzQ", "label": "Niger" },
{ "id": "dRIsOiuzZRfC7x2FmlFksYw", "label": "Nigeria" },
{ "id": "dR8nGPoiJQuaHwgUSfkTdZg", "label": "Réunion" },
{ "id": "dI6Io1c3LRd2qz96zKfzmEw", "label": "Rwanda" },
{ "id": "d9UbPGLqqSViLWquwh4kJXg", "label": "Saint Helena, Ascension and Tristan da Cunha" },
{ "id": "ds7MFCx4kQDKAwBRe4KbZDg", "label": "Sao Tome and Principe" },
{ "id": "dF-qyK4ImQRuoUADE2cBo4g", "label": "Senegal" },
{ "id": "doDxKfNEwQpSv1qG4rAXfNQ", "label": "Seychelles" },
{ "id": "dYo3tmpoVSvq0Vru62ZIeMA", "label": "Sierra Leone" },
{ "id": "duD2kiyQxSCOYzpemsBUx1Q", "label": "Somalia" },
{ "id": "dDRPoafJmRbSNDo35tluh0Q", "label": "South Africa" },
{ "id": "dB0zecO7LTJKLVKJsTELlTg", "label": "South Sudan" },
{ "id": "dFlGAxG62SB66mHBcG_YVqw", "label": "Tanzania, United Republic of" },
{ "id": "dprGSrF0hSaiUTpoQSY2NXA", "label": "Togo" },
{ "id": "dN4GzPVULQ66om6ewQQLN9g", "label": "Uganda" },
{ "id": "diXfv3-9xTLaZNm_lZvqj9Q", "label": "Zambia" },
{ "id": "dStcvzn3PRqybHwYK0FhAbw", "label": "Zimbabwe" }
]
},
{
"id": "dBt1L9gScRbiwD-BKCh-MPg",
"label": "Northern Africa",
"children": [
{ "id": "dW2q0DrTySAmvf0g6iK_zfA", "label": "Algeria" },
{ "id": "dEC9y1R3tQHmdru9WuARmcg", "label": "Egypt" },
{ "id": "dV7EX39xMR0unLPGPlhLgYQ", "label": "Libya" },
{ "id": "d1xQ_5aAlSneR36igaBJQ-Q", "label": "Morocco" },
{ "id": "dXFw13SloSo6aTfw1k8mrPw", "label": "Sudan" },
{ "id": "ddp6OVEptTgmsu4MN7pBLFw", "label": "Tunisia" },
{ "id": "dgCGs0nf4QiaTlQ_NF8t-CQ", "label": "Western Sahara" }
]
}
]
},
{ "id": "d2k8AChmHQs2c7c2rflGyKQ", "label": "Americas",
"children": [
{
"id": "dX1w1NJKnQFeQYIQzl6CPQQ",
"label": "Northern America",
"children": [
{ "id": "dBfPB-qjvTyuzsjLcghuX4Q", "label": "Bermuda" },
{ "id": "dOs9W4lXASfiW3iJo9-4G-w", "label": "Canada" },
{ "id": "dfJQ8Iq61TMGiwtcErV3iSg", "label": "Greenland" },
{ "id": "dxOGDbTjnRA-1GpcbHuYlTA", "label": "Saint Pierre and Miquelon" },
{ "id": "dHdbc4A01TgmImWHVaaCmDQ", "label": "United States of America" }
]
},
{
"id": "dZNXh8F1iT4WD-87l56xgFw",
"label": "Latin America and the Caribbean",
"children": [
{ "id": "dUe1ObDkySOeHTmnJVsVLNg", "label": "Anguilla" },
{ "id": "d6bvphUJWSsW8yQWpOh8e5A", "label": "Antigua and Barbuda" },
{ "id": "dkBLt37YuS0eMatLMBpqg8A", "label": "Argentina" },
{ "id": "dQkLYG3Z9QveZjQL79wsk2g", "label": "Aruba" },
{ "id": "dp6bSsp8dTfWXMnp42kfiSw", "label": "Bahamas" },
{ "id": "dQoj10yKBSbSJhxDlZeqFnA", "label": "Barbados" },
{ "id": "d7A-8gPecSIenAoyARbViXw", "label": "Belize" },
{ "id": "dodI12L3fS3yuvAuy1vPUMQ", "label": "Bolivia (Plurinational State of)" },
{ "id": "d6SQzxHQqSi-WAWpAmWlvgQ", "label": "Bonaire, Sint Eustatius and Saba" },
{ "id": "dv8CBDfFFT1eo5VsbW8ug8g", "label": "Bouvet Island" },
{ "id": "d3cnrWsPhSSmYlINNn233PA", "label": "Brazil" },
{ "id": "dPPxb3DF1SPK1GOrGSbAqEA", "label": "Cayman Islands" },
{ "id": "dcFFVEoKrS9SMtpfwYM7T0Q", "label": "Chile" },
{ "id": "d0_2U06z6RpmHRMt93QV9Rg", "label": "Colombia" },
{ "id": "dTlCRiKUPTAGIAs3z898VuQ", "label": "Costa Rica" },
{ "id": "dz6XKEazETCudod358aG6bw", "label": "Cuba" },
{ "id": "dqLrAT7oASz2dnb4e3ka2nA", "label": "Curaçao" },
{ "id": "dG2TleSijScWe91rJRLRmiQ", "label": "Dominica" },
{ "id": "depioeWI5TvCErimhR5QGaQ", "label": "Dominican Republic" },
{ "id": "d5JpF8f5wThKnj5zIBp8pCw", "label": "Ecuador" },
{ "id": "dwbHvs2TLT-WuzmFzr4nZBg", "label": "El Salvador" },
{ "id": "dkR7konK9TuS_tS2Z0FSanQ", "label": "Falkland Islands (Malvinas)" },
{ "id": "dbYulV0RGRcm6akZuIkUTEA", "label": "French Guiana" },
{ "id": "dHi_hRfNLRxiog5r3NX3_oA", "label": "Grenada" },
{ "id": "dC0UjTjmFQW2iZiZPuec5gA", "label": "Guadeloupe" },
{ "id": "dnucciaKXQx68_l5156G3YQ", "label": "Guatemala" },
{ "id": "dxn_y4gJ0Sb2PhSnmC1IFiw", "label": "Guyana" },
{ "id": "djrmx6Sr9SiGzmnhHH4Dx-Q", "label": "Haiti" },
{ "id": "dlN9mM-wVTBWMv8BCxORmKg", "label": "Honduras" },
{ "id": "dwvMOh-HKSum_OX39doo03A", "label": "Jamaica" },
{ "id": "djiIMP2fuQO2gouqBz4me3Q", "label": "Martinique" },
{ "id": "dLALEIYJDSpq47fB5632b5w", "label": "Mexico" },
{ "id": "dmHkoEZ9wS56utbcjZYJy1A", "label": "Montserrat" },
{ "id": "dkzGKpQRwRhOfdB-5FygcZw", "label": "Nicaragua" },
{ "id": "d5JSEz96tRW2Pq13iL7Mw2w", "label": "Panama" },
{ "id": "dsc5gzgvXRjuGNo60DHBXHA", "label": "Paraguay" },
{ "id": "dLmaSK8N2RNir_7ZMlK9pAw", "label": "Peru" },
{ "id": "dorQxoGcrR8qAg5lDLeRxlQ", "label": "Puerto Rico" },
{ "id": "d7nnDDuLKTx2hkYOGnflA0g", "label": "Saint Barthélemy" },
{ "id": "d-YBmT_ByTM28VXbuzBLXkA", "label": "Saint Kitts and Nevis" },
{ "id": "ddLtlcEKhS_-cDxMgEjyVhA", "label": "Saint Lucia" },
{ "id": "dDvQJz78USJiQyr61ef_Tdw", "label": "Saint Martin (French part)" },
{ "id": "dlEWVujIiS56NaEFI38wy7w", "label": "Saint Vincent and the Grenadines" },
{ "id": "dxRI3JSNkRK-9aY3rlNzZ-A", "label": "Sint Maarten (Dutch part)" },
{ "id": "dL1LDD2qvTpmYwzFWmgZnoQ", "label": "South Georgia and the South Sandwich Islands" },
{ "id": "ds_M4oGklQxGhaPr-8wovKA", "label": "Suriname" },
{ "id": "d3GDRgU6VSwCXafgpeNtkoA", "label": "Trinidad and Tobago" },
{ "id": "dlcuXUEbsT8GYpOSk9U3FfA", "label": "Turks and Caicos Islands" },
{ "id": "d-KzcV6D3SMWyE0C8g3BozA", "label": "Uruguay" },
{ "id": "dx7A2SbjHQd6r1CUk4_l8MA", "label": "Venezuela (Bolivarian Republic of)" },
{ "id": "dzwhfalEAQKa83e0k-fLn6A", "label": "Virgin Islands (British)" },
{ "id": "dyET0AspJRdqeNqxkH0x7qQ", "label": "Virgin Islands (U.S.)" }
]
}
]
},
{
"id": "dDp0ScpagR1eRD4fdtA4G7g",
"label": "Oceania",
"children": [
{
"id": "dA1frPHzVT_2m5YE_X4-c8w",
"label": "Polynesia",
"children": [
{ "id": "d6bLv8x-KTQef89O6rgkvlg", "label": "American Samoa" },
{ "id": "dV3KAANmzSTaycDpNonL71Q", "label": "Cook Islands" },
{ "id": "dSME-ojhFSKiiWuv6f-yX5w", "label": "French Polynesia" },
{ "id": "dM4bWXoilSgalhryB5g5gzw", "label": "Niue" },
{ "id": "dm-JmPUXESLm8JkXzS7C_rw", "label": "Pitcairn" },
{ "id": "dnR6XVWQ-QWyBfhRyLe2XEg", "label": "Samoa" },
{ "id": "dfpy6EbDHSau7tYbwgoDScQ", "label": "Tokelau" },
{ "id": "dmb1hV1_eTN6Lbd8Nk0481A", "label": "Tonga" },
{ "id": "dYevveZQqRQmLvZa5R1XykQ", "label": "Tuvalu" },
{ "id": "dsoZkPvxLQVeQt3GgOsc8uw", "label": "Wallis and Futuna" }
]
},
{
"id": "dHh25bcZnTiGKihOUhsFnYg",
"label": "Micronesia",
"children": [
{ "id": "dvWPI4bW1SEu_D0CfR9fSow", "label": "Guam" },
{ "id": "dBMAiScf8QAGooxwIPfoH-g", "label": "Kiribati" },
{ "id": "dfWOx9-JtQA6RitO64np0jA", "label": "Marshall Islands" },
{ "id": "djechgMEBR1S8RNpKdM2Ptw", "label": "Micronesia (Federated States of)" },
{ "id": "dAco2mlImQ2G7ZWQrOMcvAQ", "label": "Nauru" },
{ "id": "dhmM6Qek5R4yB_OThDO2DDA", "label": "Northern Mariana Islands" },
{ "id": "dxH22ra2ISnaX-uqI0Os7xQ", "label": "Palau" },
{ "id": "dhbEAsjLYR0mta_WRU7O8sA", "label": "United States Minor Outlying Islands" }
]
},
{
"id": "dnbCtbw_eTvSpazA4PIvAJQ",
"label": "Melanesia",
"children": [
{ "id": "dozK1ObMNRdSr37rCEN44FA", "label": "Fiji" },
{ "id": "dqgFsaeuUQLKOs2No45AH4Q", "label": "New Caledonia" },
{ "id": "ddvX80eb7S6GBKTKHzVzh7g", "label": "Papua New Guinea" },
{ "id": "dz3fYII7yTtOA7uwLegL3MA", "label": "Solomon Islands" },
{ "id": "dQNzHNAq1QaqUOr6FlZ0kAA", "label": "Vanuatu" }
]
},
{
"id": "dczluEjm3Sn-skzw-pKpwew",
"label": "Australia and New Zealand",
"children": [
{ "id": "d12w1jXCRT9WgTrdTBVWFUA", "label": "Australia" },
{ "id": "dKEKkMGyNTJKOXzxL7FCSPA", "label": "Christmas Island" },
{ "id": "dSs50XCz2R8CeUVKo6-kkgw", "label": "Cocos (Keeling) Islands" },
{ "id": "dPs3F4gebTqSDCERVTKcjJA", "label": "Heard Island and McDonald Islands" },
{ "id": "dg7qZF24RQ8mUB26a-rwmDQ", "label": "New Zealand" },
{ "id": "du1b0PVTISweYot_ml4MXrQ", "label": "Norfolk Island" }
]
}
]
},
{
"id": "dTzlVhwApStqpxThPVysyvQ",
"label": "Asia",
"children": [
{
"id": "d3w5gwKF-Rb6AeETVgz2I-w",
"label": "Eastern Asia",
"children": [
{ "id": "d8ngQyN4lTy2rLKKu8Iw3Qw", "label": "China" },
{ "id": "dUsymsssERWOtwcGawQEIVA", "label": "Hong Kong" },
{ "id": "dygNv_vxJTiibpiHggtfGzQ", "label": "Japan" },
{ "id": "d-Y0saKzpRciVo7W3EavJ0g", "label": "Korea (Democratic People's Republic of)" },
{ "id": "daUudxP12SyyM8456Lq7k9A", "label": "South Korea" },
{ "id": "dv3ix67CQQZKyivHMXSyX9g", "label": "Macao" },
{ "id": "diGbPzp-FSPm0FKVZcWftLA", "label": "Mongolia" },
{ "id": "d2Tj_EPFYSbCYVsiMeLuJ6g", "label": "Taiwan, Province of China" }
]
},
{
"id": "dWMpf73UITo2FODRywlSkHA",
"label": "Central Asia",
"children": [
{ "id": "dxX7oFONVQCWWMK6m_WdL3w", "label": "Kazakhstan" },
{ "id": "dUcJfqBsQSQW7JxpZ4JaVKg", "label": "Kyrgyzstan" },
{ "id": "dM3Er_O9wRyae6Dp_dFnq2w", "label": "Tajikistan" },
{ "id": "dvLJTbWn7TGey_jUlRXNgUA", "label": "Turkmenistan" },
{ "id": "dP-3xAyFzSi6YcmyRZyCafA", "label": "Uzbekistan" }
]
},
{
"id": "dwgup571UQ4upyc4q0bFH0g",
"label": "South-eastern Asia",
"children": [
{ "id": "dzp-pZetZRbiywT86_x_pOw", "label": "Brunei Darussalam" },
{ "id": "dSTM4lnpRRjqphj8raATT9g", "label": "Cambodia" },
{ "id": "d_L35GlyAQlK8PLJT_Gvd8Q", "label": "Indonesia" },
{ "id": "dlvnrcdUxQn2cXbjsgFp7Eg", "label": "Lao People's Democratic Republic" },
{ "id": "da66dTzAbTH2jiLZSLJCPuA", "label": "Malaysia" },
{ "id": "dk0MpJui3TpWKM-5AyFEaYA", "label": "Myanmar" },
{ "id": "dxB1omwZQQ1ipIbgubP1nyA", "label": "Philippines" },
{ "id": "dDiXCFQo-QhKq-EPerzTXGA", "label": "Singapore" },
{ "id": "dxMWr75qASl2Cww_flZJyKA", "label": "Thailand" },
{ "id": "dzk0rxdg2QbKN-gdSAhWlcw", "label": "Timor-Leste" },
{ "id": "d0mGRa-03Q3Sy2_6oRIy6QA", "label": "Viet Nam" }
]
},
{
"id": "dSnjV0XqaSzOlMSS8aMUr0A",
"label": "Western Asia",
"children": [
{ "id": "dLb98h7q6Q0SghZDHg-TNSQ", "label": "Armenia" },
{ "id": "diX39HNj5T8CCPqnqYLqLqQ", "label": "Azerbaijan" },
{ "id": "dqtdho952SbGxDldwTH_vzA", "label": "Bahrain" },
{ "id": "dJ0_I4sSYR3-zzFM2hFteZA", "label": "Cyprus" },
{ "id": "dxUI3NuM7Q_Ke7JxwQuYJaw", "label": "Georgia" },
{ "id": "dZIV40RfIRr-s2sFVKRljew", "label": "Iraq" },
{ "id": "dzS9eFMdDSS6qECnU67Bg-A", "label": "Israel" },
{ "id": "djhVY7dQfSFSA1ThanOp1vg", "label": "Jordan" },
{ "id": "dAKCdrYP1TkyA9Be3Dz27vA", "label": "Kuwait" },
{ "id": "d7MfT56c1S-y-uFOUj9lIWw", "label": "Lebanon" },
{ "id": "ddFtcgKlnRwmH8CHTp8vj6Q", "label": "Oman" },
{ "id": "d0Q_K8i33RXa7WOFWQn7NoA", "label": "Palestine, State of" },
{ "id": "dfqnG-hQxROmhcMi_cxGsJg", "label": "Qatar" },
{ "id": "dfUXSIaZCS--ZFLoVFFKNzQ", "label": "Saudi Arabia" },
{ "id": "d1R_e-XFRTM6Fxk2gM_buwA", "label": "Syrian Arab Republic" },
{ "id": "dSiY9O6tpScu_8vUJl2t5BQ", "label": "Turkey" },
{ "id": "dKHeAw2sCSGa_ojiN66SYnQ", "label": "United Arab Emirates" },
{ "id": "dY5Di_KA7QaGkTuQnDNAumQ", "label": "Yemen" }
]
},
{
"id": "dbrdehsFiS_GAEHqVZMkGaA",
"label": "Southern Asia",
"children": [
{ "id": "dKVpd_M0LSWO2FLD-rUsQNA", "label": "Afghanistan" },
{ "id": "dKqHbF6ViTvi3AJnd_5KI8g", "label": "Bangladesh" },
{ "id": "dMvRSqABZRZGchLi2EKMilA", "label": "Bhutan" },
{ "id": "d4N7YiwxjS5-XjpJ1S-OucA", "label": "India" },
{ "id": "daCmCoeIaSh-R5kVqBsPEPg", "label": "Iran (Islamic Republic of)" },
{ "id": "dFPZFbf4QSbiAf1DbTU3lsQ", "label": "Maldives" },
{ "id": "dJu0cU-ekT-iEd3Z4Nad5fw", "label": "Nepal" },
{ "id": "dFLs9erbtSKu6IQNLSVzS1A", "label": "Pakistan" },
{ "id": "dCIuNL6LdSkaZebmPuX-_iA", "label": "Sri Lanka" }
]
}
]
}
]
}
File diff suppressed because it is too large Load Diff
+200
View File
@@ -0,0 +1,200 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://eic.test.eismea.eu/mydashboard/REST/selectors/static/Countries.json",
"updated": "2022-12-01 15:32:12",
"expires": null,
"content": [
{
"id": "AL",
"label": "Albania"
},
{
"id": "AT",
"label": "Austria",
"prop": { "EU": true }
},
{
"id": "BE",
"label": "Belgium",
"prop": { "EU": true }
},
{
"id": "BA",
"label": "Bosnia and Herzegovina"
},
{
"id": "BG",
"label": "Bulgaria",
"prop": { "EU": true }
},
{
"id": "HR",
"label": "Croatia",
"prop": { "EU": true }
},
{
"id": "CY",
"label": "Cyprus",
"prop": { "EU": true }
},
{
"id": "CZ",
"label": "Czech Republic",
"prop": { "EU": true }
},
{
"id": "DK",
"label": "Denmark",
"prop": { "EU": true }
},
{
"id": "EE",
"label": "Estonia",
"prop": { "EU": true }
},
{
"id": "FI",
"label": "Finland",
"prop": { "EU": true }
},
{
"id": "FR",
"label": "France",
"prop": { "EU": true }
},
{
"id": "DE",
"label": "Germany",
"prop": { "EU": true }
},
{
"id": "FO",
"label": "Faroe Islands"
},
{
"id": "GR",
"label": "Greece",
"prop": { "EU": true }
},
{
"id": "HU",
"label": "Hungary",
"prop": { "EU": true }
},
{
"id": "IS",
"label": "Iceland"
},
{
"id": "IE",
"label": "Ireland",
"prop": { "EU": true }
},
{
"id": "IL",
"label": "Israel"
},
{
"id": "IT",
"label": "Italy",
"prop": { "EU": true }
},
{
"id": "LV",
"label": "Latvia",
"prop": { "EU": true }
},
{
"id": "LT",
"label": "Lithuania",
"prop": { "EU": true }
},
{
"id": "LU",
"label": "Luxembourg",
"prop": { "EU": true }
},
{
"id": "MK",
"label": "Macedonia"
},
{
"id": "MT",
"label": "Malta",
"prop": { "EU": true }
},
{
"id": "MD",
"label": "Moldova"
},
{
"id": "ME",
"label": "Montenegro"
},
{
"id": "NL",
"label": "Netherlands",
"prop": { "EU": true }
},
{
"id": "NO",
"label": "Norway"
},
{
"id": "PL",
"label": "Poland",
"prop": { "EU": true }
},
{
"id": "PT",
"label": "Portugal",
"prop": { "EU": true }
},
{
"id": "RO",
"label": "Romania",
"prop": { "EU": true }
},
{
"id": "RS",
"label": "Serbia"
},
{
"id": "SK",
"label": "Slovakia",
"prop": { "EU": true }
},
{
"id": "SI",
"label": "Slovenia",
"prop": { "EU": true }
},
{
"id": "ES",
"label": "Spain",
"prop": { "EU": true }
},
{
"id": "SE",
"label": "Sweden",
"prop": { "EU": true }
},
{
"id": "CH",
"label": "Switzerland"
},
{
"id": "TR",
"label": "Türkiye"
},
{
"id": "UK",
"label": "United Kingdom"
},
{
"id": "UA",
"label": "Ukraine"
}
]
}
@@ -0,0 +1,45 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2022-11-15 20:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{
"id": "updated",
"label": "Drafting"
},
{
"id": "submitted",
"label": "integrity check"
},
{
"id": "reviewing",
"label": "Reviewed"
},
{
"id": "rejected",
"label": "reopened"
},
{
"id": "pending-review",
"label": "consultation"
},
{
"id": "reviewed",
"label": "consulted"
},
{
"id": "validated",
"label": "completed"
},
{
"id": "cancelled",
"label": "aborted"
},
{
"id": "aborted",
"label": "aborted"
}
]
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,765 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://accelerator.eismea.eu/a/diagnostic/form?diagnosticId=26963",
"updated": "2023-05-05 12:32:12",
"expires": null,
"content": [
{"id": "CEO Chief executive Officer", "label": "CEO Chief executive Officer"},
{"id": "CFO Chief Financial Officer", "label": "CFO Chief Financial Officer"},
{"id": "CCO Chief Commercial Officer", "label": "CCO Chief Commercial Officer"},
{"id": "COO Chief Operating Officer", "label": "COO Chief Operating Officer"},
{"id": "CSO Chief Scientist Officer", "label": "CSO Chief Scientist Officer"},
{"id": "CTO Chief Technological Officer", "label": "CTO Chief Technological Officer"},
{"id": "CMO Chief Medical Officer", "label": "CMO Chief Medical Officer"},
{"id": "CLO Chief Legal Officer", "label": "CLO Chief Legal Officer"},
{"id": "CMO Chief Marketing Officer", "label": "CMO Chief Marketing Officer"},
{"id": "CDO Chief Strategy Officer", "label": "CDO Chief Strategy Officer"},
{"id": "CCO Chief Compliance Officer", "label": "CCO Chief Compliance Officer"},
{"id": "Chief Strategy Officer", "label": "Chief Strategy Officer"},
{"id": "Business Chief", "label": "Business Chief"},
{"id": "Business President", "label": "Business President"},
{"id": "Business VP", "label": "Business VP"},
{"id": "Business Director", "label": "Business Director"},
{"id": "Business General Manager", "label": "Business General Manager"},
{"id": "Business Head of Department", "label": "Business Head of Department"},
{"id": "Business Manager", "label": "Business Manager"},
{"id": "Business Officer", "label": "Business Officer"},
{"id": "Business Developer", "label": "Business Developer"},
{"id": "Business Analyst", "label": "Business Analyst"},
{"id": "Business Leader", "label": "Business Leader"},
{"id": "Business Advisor", "label": "Business Advisor"},
{"id": "Business Consultant", "label": "Business Consultant"},
{"id": "Business Expert", "label": "Business Expert"},
{"id": "Business Controller", "label": "Business Controller"},
{"id": "Marketing Chief", "label": "Marketing Chief"},
{"id": "Marketing President", "label": "Marketing President"},
{"id": "Marketing VP", "label": "Marketing VP"},
{"id": "Marketing Director", "label": "Marketing Director"},
{"id": "Marketing General Manager", "label": "Marketing General Manager"},
{"id": "Marketing Head of Department", "label": "Marketing Head of Department"},
{"id": "Marketing Manager", "label": "Marketing Manager"},
{"id": "Marketing Officer", "label": "Marketing Officer"},
{"id": "Marketing Developer", "label": "Marketing Developer"},
{"id": "Marketing Analyst", "label": "Marketing Analyst"},
{"id": "Marketing Leader", "label": "Marketing Leader"},
{"id": "Marketing Advisor", "label": "Marketing Advisor"},
{"id": "Marketing Consultant", "label": "Marketing Consultant"},
{"id": "Marketing Expert", "label": "Marketing Expert"},
{"id": "Marketing Controller", "label": "Marketing Controller"},
{"id": "Commercial Chief", "label": "Commercial Chief"},
{"id": "Commercial President", "label": "Commercial President"},
{"id": "Commercial VP", "label": "Commercial VP"},
{"id": "Commercial Director", "label": "Commercial Director"},
{"id": "Commercial General Manager", "label": "Commercial General Manager"},
{"id": "Commercial Head of Department", "label": "Commercial Head of Department"},
{"id": "Commercial Manager", "label": "Commercial Manager"},
{"id": "Commercial Officer", "label": "Commercial Officer"},
{"id": "Commercial Developer", "label": "Commercial Developer"},
{"id": "Commercial Analyst", "label": "Commercial Analyst"},
{"id": "Commercial Leader", "label": "Commercial Leader"},
{"id": "Commercial Advisor", "label": "Commercial Advisor"},
{"id": "Commercial Consultant", "label": "Commercial Consultant"},
{"id": "Commercial Expert", "label": "Commercial Expert"},
{"id": "Commercial Controller", "label": "Commercial Controller"},
{"id": "Sales Chief", "label": "Sales Chief"},
{"id": "Sales President", "label": "Sales President"},
{"id": "Sales VP", "label": "Sales VP"},
{"id": "Sales Director", "label": "Sales Director"},
{"id": "Sales General Manager", "label": "Sales General Manager"},
{"id": "Sales Head of Department", "label": "Sales Head of Department"},
{"id": "Sales Manager", "label": "Sales Manager"},
{"id": "Sales Officer", "label": "Sales Officer"},
{"id": "Sales Developer", "label": "Sales Developer"},
{"id": "Sales Analyst", "label": "Sales Analyst"},
{"id": "Sales Leader", "label": "Sales Leader"},
{"id": "Sales Advisor", "label": "Sales Advisor"},
{"id": "Sales Consultant", "label": "Sales Consultant"},
{"id": "Sales Expert", "label": "Sales Expert"},
{"id": "Sales Controller", "label": "Sales Controller"},
{"id": "Public Affairs Chief", "label": "Public Affairs Chief"},
{"id": "Public Affairs President", "label": "Public Affairs President"},
{"id": "Public Affairs VP", "label": "Public Affairs VP"},
{"id": "Public Affairs Director", "label": "Public Affairs Director"},
{"id": "Public Affairs General Manager", "label": "Public Affairs General Manager"},
{"id": "Public Affairs Head of Department", "label": "Public Affairs Head of Department"},
{"id": "Public Affairs Manager", "label": "Public Affairs Manager"},
{"id": "Public Affairs Officer", "label": "Public Affairs Officer"},
{"id": "Public Affairs Developer", "label": "Public Affairs Developer"},
{"id": "Public Affairs Analyst", "label": "Public Affairs Analyst"},
{"id": "Public Affairs Leader", "label": "Public Affairs Leader"},
{"id": "Public Affairs Advisor", "label": "Public Affairs Advisor"},
{"id": "Public Affairs Consultant", "label": "Public Affairs Consultant"},
{"id": "Public Affairs Expert", "label": "Public Affairs Expert"},
{"id": "Public Affairs Controller", "label": "Public Affairs Controller"},
{"id": "Public Relations Chief", "label": "Public Relations Chief"},
{"id": "Public Relations President", "label": "Public Relations President"},
{"id": "Public Relations VP", "label": "Public Relations VP"},
{"id": "Public Relations Director", "label": "Public Relations Director"},
{"id": "Public Relations General Manager", "label": "Public Relations General Manager"},
{"id": "Public Relations Head of Department", "label": "Public Relations Head of Department"},
{"id": "Public Relations Manager", "label": "Public Relations Manager"},
{"id": "Public Relations Officer", "label": "Public Relations Officer"},
{"id": "Public Relations Developer", "label": "Public Relations Developer"},
{"id": "Public Relations Analyst", "label": "Public Relations Analyst"},
{"id": "Public Relations Leader", "label": "Public Relations Leader"},
{"id": "Public Relations Advisor", "label": "Public Relations Advisor"},
{"id": "Public Relations Consultant", "label": "Public Relations Consultant"},
{"id": "Public Relations Expert", "label": "Public Relations Expert"},
{"id": "Public Relations Controller", "label": "Public Relations Controller"},
{"id": "Regulatory affairs Chief", "label": "Regulatory affairs Chief"},
{"id": "Regulatory affairs President", "label": "Regulatory affairs President"},
{"id": "Regulatory affairs VP", "label": "Regulatory affairs VP"},
{"id": "Regulatory affairs Director", "label": "Regulatory affairs Director"},
{"id": "Regulatory affairs General Manager", "label": "Regulatory affairs General Manager"},
{"id": "Regulatory affairs Head of Department", "label": "Regulatory affairs Head of Department"},
{"id": "Regulatory affairs Manager", "label": "Regulatory affairs Manager"},
{"id": "Regulatory affairs Officer", "label": "Regulatory affairs Officer"},
{"id": "Regulatory affairs Developer", "label": "Regulatory affairs Developer"},
{"id": "Regulatory affairs Analyst", "label": "Regulatory affairs Analyst"},
{"id": "Regulatory affairs Leader", "label": "Regulatory affairs Leader"},
{"id": "Regulatory affairs Advisor", "label": "Regulatory affairs Advisor"},
{"id": "Regulatory affairs Consultant", "label": "Regulatory affairs Consultant"},
{"id": "Regulatory affairs Expert", "label": "Regulatory affairs Expert"},
{"id": "Regulatory affairs Controller", "label": "Regulatory affairs Controller"},
{"id": "Certification Chief", "label": "Certification Chief"},
{"id": "Certification President", "label": "Certification President"},
{"id": "Certification VP", "label": "Certification VP"},
{"id": "Certification Director", "label": "Certification Director"},
{"id": "Certification General Manager", "label": "Certification General Manager"},
{"id": "Certification Head of Department", "label": "Certification Head of Department"},
{"id": "Certification Manager", "label": "Certification Manager"},
{"id": "Certification Officer", "label": "Certification Officer"},
{"id": "Certification Developer", "label": "Certification Developer"},
{"id": "Certification Analyst", "label": "Certification Analyst"},
{"id": "Certification Leader", "label": "Certification Leader"},
{"id": "Certification Advisor", "label": "Certification Advisor"},
{"id": "Certification Consultant", "label": "Certification Consultant"},
{"id": "Certification Expert", "label": "Certification Expert"},
{"id": "Certification Controller", "label": "Certification Controller"},
{"id": "Lawyer Chief", "label": "Lawyer Chief"},
{"id": "Lawyer President", "label": "Lawyer President"},
{"id": "Lawyer VP", "label": "Lawyer VP"},
{"id": "Lawyer Director", "label": "Lawyer Director"},
{"id": "Lawyer General Manager", "label": "Lawyer General Manager"},
{"id": "Lawyer Head of Department", "label": "Lawyer Head of Department"},
{"id": "Lawyer Manager", "label": "Lawyer Manager"},
{"id": "Lawyer Officer", "label": "Lawyer Officer"},
{"id": "Lawyer Developer", "label": "Lawyer Developer"},
{"id": "Lawyer Analyst", "label": "Lawyer Analyst"},
{"id": "Lawyer Leader", "label": "Lawyer Leader"},
{"id": "Lawyer Advisor", "label": "Lawyer Advisor"},
{"id": "Lawyer Consultant", "label": "Lawyer Consultant"},
{"id": "Lawyer Expert", "label": "Lawyer Expert"},
{"id": "Lawyer Controller", "label": "Lawyer Controller"},
{"id": "Community Chief", "label": "Community Chief"},
{"id": "Community President", "label": "Community President"},
{"id": "Community VP", "label": "Community VP"},
{"id": "Community Director", "label": "Community Director"},
{"id": "Community General Manager", "label": "Community General Manager"},
{"id": "Community Head of Department", "label": "Community Head of Department"},
{"id": "Community Manager", "label": "Community Manager"},
{"id": "Community Officer", "label": "Community Officer"},
{"id": "Community Developer", "label": "Community Developer"},
{"id": "Community Analyst", "label": "Community Analyst"},
{"id": "Community Leader", "label": "Community Leader"},
{"id": "Community Advisor", "label": "Community Advisor"},
{"id": "Community Consultant", "label": "Community Consultant"},
{"id": "Community Expert", "label": "Community Expert"},
{"id": "Community Controller", "label": "Community Controller"},
{"id": "Legal Chief", "label": "Legal Chief"},
{"id": "Legal President", "label": "Legal President"},
{"id": "Legal VP", "label": "Legal VP"},
{"id": "Legal Director", "label": "Legal Director"},
{"id": "Legal General Manager", "label": "Legal General Manager"},
{"id": "Legal Head of Department", "label": "Legal Head of Department"},
{"id": "Legal Manager", "label": "Legal Manager"},
{"id": "Legal Officer", "label": "Legal Officer"},
{"id": "Legal Developer", "label": "Legal Developer"},
{"id": "Legal Analyst", "label": "Legal Analyst"},
{"id": "Legal Leader", "label": "Legal Leader"},
{"id": "Legal Advisor", "label": "Legal Advisor"},
{"id": "Legal Consultant", "label": "Legal Consultant"},
{"id": "Legal Expert", "label": "Legal Expert"},
{"id": "Legal Controller", "label": "Legal Controller"},
{"id": "Accounting Chief", "label": "Accounting Chief"},
{"id": "Accounting President", "label": "Accounting President"},
{"id": "Accounting VP", "label": "Accounting VP"},
{"id": "Accounting Director", "label": "Accounting Director"},
{"id": "Accounting General Manager", "label": "Accounting General Manager"},
{"id": "Accounting Head of Department", "label": "Accounting Head of Department"},
{"id": "Accounting Manager", "label": "Accounting Manager"},
{"id": "Accounting Officer", "label": "Accounting Officer"},
{"id": "Accounting Developer", "label": "Accounting Developer"},
{"id": "Accounting Analyst", "label": "Accounting Analyst"},
{"id": "Accounting Leader", "label": "Accounting Leader"},
{"id": "Accounting Advisor", "label": "Accounting Advisor"},
{"id": "Accounting Consultant", "label": "Accounting Consultant"},
{"id": "Accounting Expert", "label": "Accounting Expert"},
{"id": "Accounting Controller", "label": "Accounting Controller"},
{"id": "Finance Chief", "label": "Finance Chief"},
{"id": "Finance President", "label": "Finance President"},
{"id": "Finance VP", "label": "Finance VP"},
{"id": "Finance Director", "label": "Finance Director"},
{"id": "Finance General Manager", "label": "Finance General Manager"},
{"id": "Finance Head of Department", "label": "Finance Head of Department"},
{"id": "Finance Manager", "label": "Finance Manager"},
{"id": "Finance Officer", "label": "Finance Officer"},
{"id": "Finance Developer", "label": "Finance Developer"},
{"id": "Finance Analyst", "label": "Finance Analyst"},
{"id": "Finance Leader", "label": "Finance Leader"},
{"id": "Finance Advisor", "label": "Finance Advisor"},
{"id": "Finance Consultant", "label": "Finance Consultant"},
{"id": "Finance Expert", "label": "Finance Expert"},
{"id": "Finance Controller", "label": "Finance Controller"},
{"id": "Government affairs Chief", "label": "Government affairs Chief"},
{"id": "Government affairs President", "label": "Government affairs President"},
{"id": "Government affairs VP", "label": "Government affairs VP"},
{"id": "Government affairs Director", "label": "Government affairs Director"},
{"id": "Government affairs General Manager", "label": "Government affairs General Manager"},
{"id": "Government affairs Head of Department", "label": "Government affairs Head of Department"},
{"id": "Government affairs Manager", "label": "Government affairs Manager"},
{"id": "Government affairs Officer", "label": "Government affairs Officer"},
{"id": "Government affairs Developer", "label": "Government affairs Developer"},
{"id": "Government affairs Analyst", "label": "Government affairs Analyst"},
{"id": "Government affairs Leader", "label": "Government affairs Leader"},
{"id": "Government affairs Advisor", "label": "Government affairs Advisor"},
{"id": "Government affairs Consultant", "label": "Government affairs Consultant"},
{"id": "Government affairs Expert", "label": "Government affairs Expert"},
{"id": "Government affairs Controller", "label": "Government affairs Controller"},
{"id": "Strategy Chief", "label": "Strategy Chief"},
{"id": "Strategy President", "label": "Strategy President"},
{"id": "Strategy VP", "label": "Strategy VP"},
{"id": "Strategy Director", "label": "Strategy Director"},
{"id": "Strategy General Manager", "label": "Strategy General Manager"},
{"id": "Strategy Head of Department", "label": "Strategy Head of Department"},
{"id": "Strategy Manager", "label": "Strategy Manager"},
{"id": "Strategy Officer", "label": "Strategy Officer"},
{"id": "Strategy Developer", "label": "Strategy Developer"},
{"id": "Strategy Analyst", "label": "Strategy Analyst"},
{"id": "Strategy Leader", "label": "Strategy Leader"},
{"id": "Strategy Advisor", "label": "Strategy Advisor"},
{"id": "Strategy Consultant", "label": "Strategy Consultant"},
{"id": "Strategy Expert", "label": "Strategy Expert"},
{"id": "Strategy Controller", "label": "Strategy Controller"},
{"id": "Communication Chief", "label": "Communication Chief"},
{"id": "Communication President", "label": "Communication President"},
{"id": "Communication VP", "label": "Communication VP"},
{"id": "Communication Director", "label": "Communication Director"},
{"id": "Communication General Manager", "label": "Communication General Manager"},
{"id": "Communication Head of Department", "label": "Communication Head of Department"},
{"id": "Communication Manager", "label": "Communication Manager"},
{"id": "Communication Officer", "label": "Communication Officer"},
{"id": "Communication Developer", "label": "Communication Developer"},
{"id": "Communication Analyst", "label": "Communication Analyst"},
{"id": "Communication Leader", "label": "Communication Leader"},
{"id": "Communication Advisor", "label": "Communication Advisor"},
{"id": "Communication Consultant", "label": "Communication Consultant"},
{"id": "Communication Expert", "label": "Communication Expert"},
{"id": "Communication Controller", "label": "Communication Controller"},
{"id": "Product Chief", "label": "Product Chief"},
{"id": "Product President", "label": "Product President"},
{"id": "Product VP", "label": "Product VP"},
{"id": "Product Director", "label": "Product Director"},
{"id": "Product General Manager", "label": "Product General Manager"},
{"id": "Product Head of Department", "label": "Product Head of Department"},
{"id": "Product Manager", "label": "Product Manager"},
{"id": "Product Officer", "label": "Product Officer"},
{"id": "Product Developer", "label": "Product Developer"},
{"id": "Product Analyst", "label": "Product Analyst"},
{"id": "Product Leader", "label": "Product Leader"},
{"id": "Product Advisor", "label": "Product Advisor"},
{"id": "Product Consultant", "label": "Product Consultant"},
{"id": "Product Expert", "label": "Product Expert"},
{"id": "Product Controller", "label": "Product Controller"},
{"id": "Service Chief", "label": "Service Chief"},
{"id": "Service President", "label": "Service President"},
{"id": "Service VP", "label": "Service VP"},
{"id": "Service Director", "label": "Service Director"},
{"id": "Service General Manager", "label": "Service General Manager"},
{"id": "Service Head of Department", "label": "Service Head of Department"},
{"id": "Service Manager", "label": "Service Manager"},
{"id": "Service Officer", "label": "Service Officer"},
{"id": "Service Developer", "label": "Service Developer"},
{"id": "Service Analyst", "label": "Service Analyst"},
{"id": "Service Leader", "label": "Service Leader"},
{"id": "Service Advisor", "label": "Service Advisor"},
{"id": "Service Consultant", "label": "Service Consultant"},
{"id": "Service Expert", "label": "Service Expert"},
{"id": "Service Controller", "label": "Service Controller"},
{"id": "Process Chief", "label": "Process Chief"},
{"id": "Process President", "label": "Process President"},
{"id": "Process VP", "label": "Process VP"},
{"id": "Process Director", "label": "Process Director"},
{"id": "Process General Manager", "label": "Process General Manager"},
{"id": "Process Head of Department", "label": "Process Head of Department"},
{"id": "Process Manager", "label": "Process Manager"},
{"id": "Process Officer", "label": "Process Officer"},
{"id": "Process Developer", "label": "Process Developer"},
{"id": "Process Analyst", "label": "Process Analyst"},
{"id": "Process Leader", "label": "Process Leader"},
{"id": "Process Advisor", "label": "Process Advisor"},
{"id": "Process Consultant", "label": "Process Consultant"},
{"id": "Process Expert", "label": "Process Expert"},
{"id": "Process Controller", "label": "Process Controller"},
{"id": "Production Chief", "label": "Production Chief"},
{"id": "Production President", "label": "Production President"},
{"id": "Production VP", "label": "Production VP"},
{"id": "Production Director", "label": "Production Director"},
{"id": "Production General Manager", "label": "Production General Manager"},
{"id": "Production Head of Department", "label": "Production Head of Department"},
{"id": "Production Manager", "label": "Production Manager"},
{"id": "Production Officer", "label": "Production Officer"},
{"id": "Production Developer", "label": "Production Developer"},
{"id": "Production Analyst", "label": "Production Analyst"},
{"id": "Production Leader", "label": "Production Leader"},
{"id": "Production Advisor", "label": "Production Advisor"},
{"id": "Production Consultant", "label": "Production Consultant"},
{"id": "Production Expert", "label": "Production Expert"},
{"id": "Production Controller", "label": "Production Controller"},
{"id": "Manufacturing Chief", "label": "Manufacturing Chief"},
{"id": "Manufacturing President", "label": "Manufacturing President"},
{"id": "Manufacturing VP", "label": "Manufacturing VP"},
{"id": "Manufacturing Director", "label": "Manufacturing Director"},
{"id": "Manufacturing General Manager", "label": "Manufacturing General Manager"},
{"id": "Manufacturing Head of Department", "label": "Manufacturing Head of Department"},
{"id": "Manufacturing Manager", "label": "Manufacturing Manager"},
{"id": "Manufacturing Officer", "label": "Manufacturing Officer"},
{"id": "Manufacturing Developer", "label": "Manufacturing Developer"},
{"id": "Manufacturing Analyst", "label": "Manufacturing Analyst"},
{"id": "Manufacturing Leader", "label": "Manufacturing Leader"},
{"id": "Manufacturing Advisor", "label": "Manufacturing Advisor"},
{"id": "Manufacturing Consultant", "label": "Manufacturing Consultant"},
{"id": "Manufacturing Expert", "label": "Manufacturing Expert"},
{"id": "Manufacturing Controller", "label": "Manufacturing Controller"},
{"id": "Quality Chief", "label": "Quality Chief"},
{"id": "Quality President", "label": "Quality President"},
{"id": "Quality VP", "label": "Quality VP"},
{"id": "Quality Director", "label": "Quality Director"},
{"id": "Quality General Manager", "label": "Quality General Manager"},
{"id": "Quality Head of Department", "label": "Quality Head of Department"},
{"id": "Quality Manager", "label": "Quality Manager"},
{"id": "Quality Officer", "label": "Quality Officer"},
{"id": "Quality Developer", "label": "Quality Developer"},
{"id": "Quality Analyst", "label": "Quality Analyst"},
{"id": "Quality Leader", "label": "Quality Leader"},
{"id": "Quality Advisor", "label": "Quality Advisor"},
{"id": "Quality Consultant", "label": "Quality Consultant"},
{"id": "Quality Expert", "label": "Quality Expert"},
{"id": "Quality Controller", "label": "Quality Controller"},
{"id": "Customer Success Chief", "label": "Customer Success Chief"},
{"id": "Customer Success President", "label": "Customer Success President"},
{"id": "Customer Success VP", "label": "Customer Success VP"},
{"id": "Customer Success Director", "label": "Customer Success Director"},
{"id": "Customer Success General Manager", "label": "Customer Success General Manager"},
{"id": "Customer Success Head of Department", "label": "Customer Success Head of Department"},
{"id": "Customer Success Manager", "label": "Customer Success Manager"},
{"id": "Customer Success Officer", "label": "Customer Success Officer"},
{"id": "Customer Success Developer", "label": "Customer Success Developer"},
{"id": "Customer Success Analyst", "label": "Customer Success Analyst"},
{"id": "Customer Success Leader", "label": "Customer Success Leader"},
{"id": "Customer Success Advisor", "label": "Customer Success Advisor"},
{"id": "Customer Success Consultant", "label": "Customer Success Consultant"},
{"id": "Customer Success Expert", "label": "Customer Success Expert"},
{"id": "Customer Success Controller", "label": "Customer Success Controller"},
{"id": "Innovation Chief", "label": "Innovation Chief"},
{"id": "Innovation President", "label": "Innovation President"},
{"id": "Innovation VP", "label": "Innovation VP"},
{"id": "Innovation Director", "label": "Innovation Director"},
{"id": "Innovation General Manager", "label": "Innovation General Manager"},
{"id": "Innovation Head of Department", "label": "Innovation Head of Department"},
{"id": "Innovation Manager", "label": "Innovation Manager"},
{"id": "Innovation Officer", "label": "Innovation Officer"},
{"id": "Innovation Developer", "label": "Innovation Developer"},
{"id": "Innovation Analyst", "label": "Innovation Analyst"},
{"id": "Innovation Leader", "label": "Innovation Leader"},
{"id": "Innovation Advisor", "label": "Innovation Advisor"},
{"id": "Innovation Consultant", "label": "Innovation Consultant"},
{"id": "Innovation Expert", "label": "Innovation Expert"},
{"id": "Innovation Controller", "label": "Innovation Controller"},
{"id": "Innovator Chief", "label": "Innovator Chief"},
{"id": "Innovator President", "label": "Innovator President"},
{"id": "Innovator VP", "label": "Innovator VP"},
{"id": "Innovator Director", "label": "Innovator Director"},
{"id": "Innovator General Manager", "label": "Innovator General Manager"},
{"id": "Innovator Head of Department", "label": "Innovator Head of Department"},
{"id": "Innovator Manager", "label": "Innovator Manager"},
{"id": "Innovator Officer", "label": "Innovator Officer"},
{"id": "Innovator Developer", "label": "Innovator Developer"},
{"id": "Innovator Analyst", "label": "Innovator Analyst"},
{"id": "Innovator Leader", "label": "Innovator Leader"},
{"id": "Innovator Advisor", "label": "Innovator Advisor"},
{"id": "Innovator Consultant", "label": "Innovator Consultant"},
{"id": "Innovator Expert", "label": "Innovator Expert"},
{"id": "Innovator Controller", "label": "Innovator Controller"},
{"id": "Intellectual Property Chief", "label": "Intellectual Property Chief"},
{"id": "Intellectual Property President", "label": "Intellectual Property President"},
{"id": "Intellectual Property VP", "label": "Intellectual Property VP"},
{"id": "Intellectual Property Director", "label": "Intellectual Property Director"},
{"id": "Intellectual Property General Manager", "label": "Intellectual Property General Manager"},
{"id": "Intellectual Property Head of Department", "label": "Intellectual Property Head of Department"},
{"id": "Intellectual Property Manager", "label": "Intellectual Property Manager"},
{"id": "Intellectual Property Officer", "label": "Intellectual Property Officer"},
{"id": "Intellectual Property Developer", "label": "Intellectual Property Developer"},
{"id": "Intellectual Property Analyst", "label": "Intellectual Property Analyst"},
{"id": "Intellectual Property Leader", "label": "Intellectual Property Leader"},
{"id": "Intellectual Property Advisor", "label": "Intellectual Property Advisor"},
{"id": "Intellectual Property Consultant", "label": "Intellectual Property Consultant"},
{"id": "Intellectual Property Expert", "label": "Intellectual Property Expert"},
{"id": "Intellectual Property Controller", "label": "Intellectual Property Controller"},
{"id": "External Partnership Chief", "label": "External Partnership Chief"},
{"id": "External Partnership President", "label": "External Partnership President"},
{"id": "External Partnership VP", "label": "External Partnership VP"},
{"id": "External Partnership Director", "label": "External Partnership Director"},
{"id": "External Partnership General Manager", "label": "External Partnership General Manager"},
{"id": "External Partnership Head of Department", "label": "External Partnership Head of Department"},
{"id": "External Partnership Manager", "label": "External Partnership Manager"},
{"id": "External Partnership Officer", "label": "External Partnership Officer"},
{"id": "External Partnership Developer", "label": "External Partnership Developer"},
{"id": "External Partnership Analyst", "label": "External Partnership Analyst"},
{"id": "External Partnership Leader", "label": "External Partnership Leader"},
{"id": "External Partnership Advisor", "label": "External Partnership Advisor"},
{"id": "External Partnership Consultant", "label": "External Partnership Consultant"},
{"id": "External Partnership Expert", "label": "External Partnership Expert"},
{"id": "External Partnership Controller", "label": "External Partnership Controller"},
{"id": "Engineer Chief", "label": "Engineer Chief"},
{"id": "Engineer President", "label": "Engineer President"},
{"id": "Engineer VP", "label": "Engineer VP"},
{"id": "Engineer Director", "label": "Engineer Director"},
{"id": "Engineer General Manager", "label": "Engineer General Manager"},
{"id": "Engineer Head of Department", "label": "Engineer Head of Department"},
{"id": "Engineer Manager", "label": "Engineer Manager"},
{"id": "Engineer Officer", "label": "Engineer Officer"},
{"id": "Engineer Developer", "label": "Engineer Developer"},
{"id": "Engineer Analyst", "label": "Engineer Analyst"},
{"id": "Engineer Leader", "label": "Engineer Leader"},
{"id": "Engineer Advisor", "label": "Engineer Advisor"},
{"id": "Engineer Consultant", "label": "Engineer Consultant"},
{"id": "Engineer Expert", "label": "Engineer Expert"},
{"id": "Engineer Controller", "label": "Engineer Controller"},
{"id": "Technician Chief", "label": "Technician Chief"},
{"id": "Technician President", "label": "Technician President"},
{"id": "Technician VP", "label": "Technician VP"},
{"id": "Technician Director", "label": "Technician Director"},
{"id": "Technician General Manager", "label": "Technician General Manager"},
{"id": "Technician Head of Department", "label": "Technician Head of Department"},
{"id": "Technician Manager", "label": "Technician Manager"},
{"id": "Technician Officer", "label": "Technician Officer"},
{"id": "Technician Developer", "label": "Technician Developer"},
{"id": "Technician Analyst", "label": "Technician Analyst"},
{"id": "Technician Leader", "label": "Technician Leader"},
{"id": "Technician Advisor", "label": "Technician Advisor"},
{"id": "Technician Consultant", "label": "Technician Consultant"},
{"id": "Technician Expert", "label": "Technician Expert"},
{"id": "Technician Controller", "label": "Technician Controller"},
{"id": "Collaborative projects Chief", "label": "Collaborative projects Chief"},
{"id": "Collaborative projects President", "label": "Collaborative projects President"},
{"id": "Collaborative projects VP", "label": "Collaborative projects VP"},
{"id": "Collaborative projects Director", "label": "Collaborative projects Director"},
{"id": "Collaborative projects General Manager", "label": "Collaborative projects General Manager"},
{"id": "Collaborative projects Head of Department", "label": "Collaborative projects Head of Department"},
{"id": "Collaborative projects Manager", "label": "Collaborative projects Manager"},
{"id": "Collaborative projects Officer", "label": "Collaborative projects Officer"},
{"id": "Collaborative projects Developer", "label": "Collaborative projects Developer"},
{"id": "Collaborative projects Analyst", "label": "Collaborative projects Analyst"},
{"id": "Collaborative projects Leader", "label": "Collaborative projects Leader"},
{"id": "Collaborative projects Advisor", "label": "Collaborative projects Advisor"},
{"id": "Collaborative projects Consultant", "label": "Collaborative projects Consultant"},
{"id": "Collaborative projects Expert", "label": "Collaborative projects Expert"},
{"id": "Collaborative projects Controller", "label": "Collaborative projects Controller"},
{"id": "Technology Transfer Chief", "label": "Technology Transfer Chief"},
{"id": "Technology Transfer President", "label": "Technology Transfer President"},
{"id": "Technology Transfer VP", "label": "Technology Transfer VP"},
{"id": "Technology Transfer Director", "label": "Technology Transfer Director"},
{"id": "Technology Transfer General Manager", "label": "Technology Transfer General Manager"},
{"id": "Technology Transfer Head of Department", "label": "Technology Transfer Head of Department"},
{"id": "Technology Transfer Manager", "label": "Technology Transfer Manager"},
{"id": "Technology Transfer Officer", "label": "Technology Transfer Officer"},
{"id": "Technology Transfer Developer", "label": "Technology Transfer Developer"},
{"id": "Technology Transfer Analyst", "label": "Technology Transfer Analyst"},
{"id": "Technology Transfer Leader", "label": "Technology Transfer Leader"},
{"id": "Technology Transfer Advisor", "label": "Technology Transfer Advisor"},
{"id": "Technology Transfer Consultant", "label": "Technology Transfer Consultant"},
{"id": "Technology Transfer Expert", "label": "Technology Transfer Expert"},
{"id": "Technology Transfer Controller", "label": "Technology Transfer Controller"},
{"id": "Research Support Chief", "label": "Research Support Chief"},
{"id": "Research Support President", "label": "Research Support President"},
{"id": "Research Support VP", "label": "Research Support VP"},
{"id": "Research Support Director", "label": "Research Support Director"},
{"id": "Research Support General Manager", "label": "Research Support General Manager"},
{"id": "Research Support Head of Department", "label": "Research Support Head of Department"},
{"id": "Research Support Manager", "label": "Research Support Manager"},
{"id": "Research Support Officer", "label": "Research Support Officer"},
{"id": "Research Support Developer", "label": "Research Support Developer"},
{"id": "Research Support Analyst", "label": "Research Support Analyst"},
{"id": "Research Support Leader", "label": "Research Support Leader"},
{"id": "Research Support Advisor", "label": "Research Support Advisor"},
{"id": "Research Support Consultant", "label": "Research Support Consultant"},
{"id": "Research Support Expert", "label": "Research Support Expert"},
{"id": "Research Support Controller", "label": "Research Support Controller"},
{"id": "Digital Chief", "label": "Digital Chief"},
{"id": "Digital President", "label": "Digital President"},
{"id": "Digital VP", "label": "Digital VP"},
{"id": "Digital Director", "label": "Digital Director"},
{"id": "Digital General Manager", "label": "Digital General Manager"},
{"id": "Digital Head of Department", "label": "Digital Head of Department"},
{"id": "Digital Manager", "label": "Digital Manager"},
{"id": "Digital Officer", "label": "Digital Officer"},
{"id": "Digital Developer", "label": "Digital Developer"},
{"id": "Digital Analyst", "label": "Digital Analyst"},
{"id": "Digital Leader", "label": "Digital Leader"},
{"id": "Digital Advisor", "label": "Digital Advisor"},
{"id": "Digital Consultant", "label": "Digital Consultant"},
{"id": "Digital Expert", "label": "Digital Expert"},
{"id": "Digital Controller", "label": "Digital Controller"},
{"id": "Data Chief", "label": "Data Chief"},
{"id": "Data President", "label": "Data President"},
{"id": "Data VP", "label": "Data VP"},
{"id": "Data Director", "label": "Data Director"},
{"id": "Data General Manager", "label": "Data General Manager"},
{"id": "Data Head of Department", "label": "Data Head of Department"},
{"id": "Data Manager", "label": "Data Manager"},
{"id": "Data Officer", "label": "Data Officer"},
{"id": "Data Developer", "label": "Data Developer"},
{"id": "Data Analyst", "label": "Data Analyst"},
{"id": "Data Leader", "label": "Data Leader"},
{"id": "Data Advisor", "label": "Data Advisor"},
{"id": "Data Consultant", "label": "Data Consultant"},
{"id": "Data Expert", "label": "Data Expert"},
{"id": "Data Controller", "label": "Data Controller"},
{"id": "Data Protection Chief", "label": "Data Protection Chief"},
{"id": "Data Protection President", "label": "Data Protection President"},
{"id": "Data Protection VP", "label": "Data Protection VP"},
{"id": "Data Protection Director", "label": "Data Protection Director"},
{"id": "Data Protection General Manager", "label": "Data Protection General Manager"},
{"id": "Data Protection Head of Department", "label": "Data Protection Head of Department"},
{"id": "Data Protection Manager", "label": "Data Protection Manager"},
{"id": "Data Protection Officer", "label": "Data Protection Officer"},
{"id": "Data Protection Developer", "label": "Data Protection Developer"},
{"id": "Data Protection Analyst", "label": "Data Protection Analyst"},
{"id": "Data Protection Leader", "label": "Data Protection Leader"},
{"id": "Data Protection Advisor", "label": "Data Protection Advisor"},
{"id": "Data Protection Consultant", "label": "Data Protection Consultant"},
{"id": "Data Protection Expert", "label": "Data Protection Expert"},
{"id": "Data Protection Controller", "label": "Data Protection Controller"},
{"id": "Clinical Chief", "label": "Clinical Chief"},
{"id": "Clinical President", "label": "Clinical President"},
{"id": "Clinical VP", "label": "Clinical VP"},
{"id": "Clinical Director", "label": "Clinical Director"},
{"id": "Clinical General Manager", "label": "Clinical General Manager"},
{"id": "Clinical Head of Department", "label": "Clinical Head of Department"},
{"id": "Clinical Manager", "label": "Clinical Manager"},
{"id": "Clinical Officer", "label": "Clinical Officer"},
{"id": "Clinical Developer", "label": "Clinical Developer"},
{"id": "Clinical Analyst", "label": "Clinical Analyst"},
{"id": "Clinical Leader", "label": "Clinical Leader"},
{"id": "Clinical Advisor", "label": "Clinical Advisor"},
{"id": "Clinical Consultant", "label": "Clinical Consultant"},
{"id": "Clinical Expert", "label": "Clinical Expert"},
{"id": "Clinical Controller", "label": "Clinical Controller"},
{"id": "Medical Chief", "label": "Medical Chief"},
{"id": "Medical President", "label": "Medical President"},
{"id": "Medical VP", "label": "Medical VP"},
{"id": "Medical Director", "label": "Medical Director"},
{"id": "Medical General Manager", "label": "Medical General Manager"},
{"id": "Medical Head of Department", "label": "Medical Head of Department"},
{"id": "Medical Manager", "label": "Medical Manager"},
{"id": "Medical Officer", "label": "Medical Officer"},
{"id": "Medical Developer", "label": "Medical Developer"},
{"id": "Medical Analyst", "label": "Medical Analyst"},
{"id": "Medical Leader", "label": "Medical Leader"},
{"id": "Medical Advisor", "label": "Medical Advisor"},
{"id": "Medical Consultant", "label": "Medical Consultant"},
{"id": "Medical Expert", "label": "Medical Expert"},
{"id": "Medical Controller", "label": "Medical Controller"},
{"id": "Key Opinion Leader Chief", "label": "Key Opinion Leader Chief"},
{"id": "Key Opinion Leader President", "label": "Key Opinion Leader President"},
{"id": "Key Opinion Leader VP", "label": "Key Opinion Leader VP"},
{"id": "Key Opinion Leader Director", "label": "Key Opinion Leader Director"},
{"id": "Key Opinion Leader General Manager", "label": "Key Opinion Leader General Manager"},
{"id": "Key Opinion Leader Head of Department", "label": "Key Opinion Leader Head of Department"},
{"id": "Key Opinion Leader Manager", "label": "Key Opinion Leader Manager"},
{"id": "Key Opinion Leader Officer", "label": "Key Opinion Leader Officer"},
{"id": "Key Opinion Leader Developer", "label": "Key Opinion Leader Developer"},
{"id": "Key Opinion Leader Analyst", "label": "Key Opinion Leader Analyst"},
{"id": "Key Opinion Leader Leader", "label": "Key Opinion Leader Leader"},
{"id": "Key Opinion Leader Advisor", "label": "Key Opinion Leader Advisor"},
{"id": "Key Opinion Leader Consultant", "label": "Key Opinion Leader Consultant"},
{"id": "Key Opinion Leader Expert", "label": "Key Opinion Leader Expert"},
{"id": "Key Opinion Leader Controller", "label": "Key Opinion Leader Controller"},
{"id": "Researcher Chief", "label": "Researcher Chief"},
{"id": "Researcher President", "label": "Researcher President"},
{"id": "Researcher VP", "label": "Researcher VP"},
{"id": "Researcher Director", "label": "Researcher Director"},
{"id": "Researcher General Manager", "label": "Researcher General Manager"},
{"id": "Researcher Head of Department", "label": "Researcher Head of Department"},
{"id": "Researcher Manager", "label": "Researcher Manager"},
{"id": "Researcher Officer", "label": "Researcher Officer"},
{"id": "Researcher Developer", "label": "Researcher Developer"},
{"id": "Researcher Analyst", "label": "Researcher Analyst"},
{"id": "Researcher Leader", "label": "Researcher Leader"},
{"id": "Researcher Advisor", "label": "Researcher Advisor"},
{"id": "Researcher Consultant", "label": "Researcher Consultant"},
{"id": "Researcher Expert", "label": "Researcher Expert"},
{"id": "Researcher Controller", "label": "Researcher Controller"},
{"id": "Investigator Chief", "label": "Investigator Chief"},
{"id": "Investigator President", "label": "Investigator President"},
{"id": "Investigator VP", "label": "Investigator VP"},
{"id": "Investigator Director", "label": "Investigator Director"},
{"id": "Investigator General Manager", "label": "Investigator General Manager"},
{"id": "Investigator Head of Department", "label": "Investigator Head of Department"},
{"id": "Investigator Manager", "label": "Investigator Manager"},
{"id": "Investigator Officer", "label": "Investigator Officer"},
{"id": "Investigator Developer", "label": "Investigator Developer"},
{"id": "Investigator Analyst", "label": "Investigator Analyst"},
{"id": "Investigator Leader", "label": "Investigator Leader"},
{"id": "Investigator Advisor", "label": "Investigator Advisor"},
{"id": "Investigator Consultant", "label": "Investigator Consultant"},
{"id": "Investigator Expert", "label": "Investigator Expert"},
{"id": "Investigator Controller", "label": "Investigator Controller"},
{"id": "PhD Chief", "label": "PhD Chief"},
{"id": "PhD President", "label": "PhD President"},
{"id": "PhD VP", "label": "PhD VP"},
{"id": "PhD Director", "label": "PhD Director"},
{"id": "PhD General Manager", "label": "PhD General Manager"},
{"id": "PhD Head of Department", "label": "PhD Head of Department"},
{"id": "PhD Manager", "label": "PhD Manager"},
{"id": "PhD Officer", "label": "PhD Officer"},
{"id": "PhD Developer", "label": "PhD Developer"},
{"id": "PhD Analyst", "label": "PhD Analyst"},
{"id": "PhD Leader", "label": "PhD Leader"},
{"id": "PhD Advisor", "label": "PhD Advisor"},
{"id": "PhD Consultant", "label": "PhD Consultant"},
{"id": "PhD Expert", "label": "PhD Expert"},
{"id": "PhD Controller", "label": "PhD Controller"},
{"id": "Inventor Chief", "label": "Inventor Chief"},
{"id": "Inventor President", "label": "Inventor President"},
{"id": "Inventor VP", "label": "Inventor VP"},
{"id": "Inventor Director", "label": "Inventor Director"},
{"id": "Inventor General Manager", "label": "Inventor General Manager"},
{"id": "Inventor Head of Department", "label": "Inventor Head of Department"},
{"id": "Inventor Manager", "label": "Inventor Manager"},
{"id": "Inventor Officer", "label": "Inventor Officer"},
{"id": "Inventor Developer", "label": "Inventor Developer"},
{"id": "Inventor Analyst", "label": "Inventor Analyst"},
{"id": "Inventor Leader", "label": "Inventor Leader"},
{"id": "Inventor Advisor", "label": "Inventor Advisor"},
{"id": "Inventor Consultant", "label": "Inventor Consultant"},
{"id": "Inventor Expert", "label": "Inventor Expert"},
{"id": "Inventor Controller", "label": "Inventor Controller"},
{"id": "Scientist Chief", "label": "Scientist Chief"},
{"id": "Scientist President", "label": "Scientist President"},
{"id": "Scientist VP", "label": "Scientist VP"},
{"id": "Scientist Director", "label": "Scientist Director"},
{"id": "Scientist General Manager", "label": "Scientist General Manager"},
{"id": "Scientist Head of Department", "label": "Scientist Head of Department"},
{"id": "Scientist Manager", "label": "Scientist Manager"},
{"id": "Scientist Officer", "label": "Scientist Officer"},
{"id": "Scientist Developer", "label": "Scientist Developer"},
{"id": "Scientist Analyst", "label": "Scientist Analyst"},
{"id": "Scientist Leader", "label": "Scientist Leader"},
{"id": "Scientist Advisor", "label": "Scientist Advisor"},
{"id": "Scientist Consultant", "label": "Scientist Consultant"},
{"id": "Scientist Expert", "label": "Scientist Expert"},
{"id": "Scientist Controller", "label": "Scientist Controller"},
{"id": "Technology Development Chief", "label": "Technology Development Chief"},
{"id": "Technology Development President", "label": "Technology Development President"},
{"id": "Technology Development VP", "label": "Technology Development VP"},
{"id": "Technology Development Director", "label": "Technology Development Director"},
{"id": "Technology Development General Manager", "label": "Technology Development General Manager"},
{"id": "Technology Development Head of Department", "label": "Technology Development Head of Department"},
{"id": "Technology Development Manager", "label": "Technology Development Manager"},
{"id": "Technology Development Officer", "label": "Technology Development Officer"},
{"id": "Technology Development Developer", "label": "Technology Development Developer"},
{"id": "Technology Development Analyst", "label": "Technology Development Analyst"},
{"id": "Technology Development Leader", "label": "Technology Development Leader"},
{"id": "Technology Development Advisor", "label": "Technology Development Advisor"},
{"id": "Technology Development Consultant", "label": "Technology Development Consultant"},
{"id": "Technology Development Expert", "label": "Technology Development Expert"},
{"id": "Technology Development Controller", "label": "Technology Development Controller"},
{"id": "Business Development Chief", "label": "Business Development Chief"},
{"id": "Business Development President", "label": "Business Development President"},
{"id": "Business Development VP", "label": "Business Development VP"},
{"id": "Business Development Director", "label": "Business Development Director"},
{"id": "Business Development General Manager", "label": "Business Development General Manager"},
{"id": "Business Development Head of Department", "label": "Business Development Head of Department"},
{"id": "Business Development Manager", "label": "Business Development Manager"},
{"id": "Business Development Officer", "label": "Business Development Officer"},
{"id": "Business Development Developer", "label": "Business Development Developer"},
{"id": "Business Development Analyst", "label": "Business Development Analyst"},
{"id": "Business Development Leader", "label": "Business Development Leader"},
{"id": "Business Development Advisor", "label": "Business Development Advisor"},
{"id": "Business Development Consultant", "label": "Business Development Consultant"},
{"id": "Business Development Expert", "label": "Business Development Expert"},
{"id": "Business Development Controller", "label": "Business Development Controller"},
{"id": "Software Architect", "label": "Software Architect"},
{"id": "Software Chief", "label": "Software Chief"},
{"id": "Software President", "label": "Software President"},
{"id": "Software VP", "label": "Software VP"},
{"id": "Software Director", "label": "Software Director"},
{"id": "Software General Manager", "label": "Software General Manager"},
{"id": "Software Head of Department", "label": "Software Head of Department"},
{"id": "Software Director", "label": "Software Director"},
{"id": "Software Manager", "label": "Software Manager"},
{"id": "Software Officer", "label": "Software Officer"},
{"id": "Software Developer", "label": "Software Developer"},
{"id": "Software Analyst", "label": "Software Analyst"},
{"id": "Software Leader", "label": "Software Leader"},
{"id": "Software Advisor", "label": "Software Advisor"},
{"id": "Software Consultant", "label": "Software Consultant"},
{"id": "Software Expert", "label": "Software Expert"},
{"id": "Software Controller", "label": "Software Controller"},
{"id": "Director Ownership", "label": "Director Ownership"},
{"id": "Supply Chain Chief", "label": "Supply Chain Chief"},
{"id": "Supply Chain President", "label": "Supply Chain President"},
{"id": "Supply Chain VP", "label": "Supply Chain VP"},
{"id": "Supply Chain Director", "label": "Supply Chain Director"},
{"id": "Supply Chain General Manager", "label": "Supply Chain General Manager"},
{"id": "Supply Chain Head of Department", "label": "Supply Chain Head of Department"},
{"id": "Supply Chain Manager", "label": "Supply Chain Manager"},
{"id": "Supply Chain Officer", "label": "Supply Chain Officer"},
{"id": "Supply Chain Developer", "label": "Supply Chain Developer"},
{"id": "Supply Chain Analyst", "label": "Supply Chain Analyst"},
{"id": "Supply Chain Leader", "label": "Supply Chain Leader"},
{"id": "Supply Chain Advisor", "label": "Supply Chain Advisor"},
{"id": "Supply Chain Consultant", "label": "Supply Chain Consultant"},
{"id": "Supply Chain Expert", "label": "Supply Chain Expert"},
{"id": "Supply Chain Controller", "label": "Supply Chain Controller"},
{"id": "Human Resources Chief", "label": "Human Resources Chief"},
{"id": "Human Resources President", "label": "Human Resources President"},
{"id": "Human Resources VP", "label": "Human Resources VP"},
{"id": "Human Resources Director", "label": "Human Resources Director"},
{"id": "Human Resources General Manager", "label": "Human Resources General Manager"},
{"id": "Human Resources Head of Department", "label": "Human Resources Head of Department"},
{"id": "Human Resources Manager", "label": "Human Resources Manager"},
{"id": "Human Resources Officer", "label": "Human Resources Officer"},
{"id": "Human Resources Developer", "label": "Human Resources Developer"},
{"id": "Human Resources Analyst", "label": "Human Resources Analyst"},
{"id": "Human Resources Leader", "label": "Human Resources Leader"},
{"id": "Human Resources Advisor", "label": "Human Resources Advisor"},
{"id": "Human Resources Consultant", "label": "Human Resources Consultant"},
{"id": "Human Resources Expert", "label": "Human Resources Expert"},
{"id": "Human Resources Controller", "label": "Human Resources Controller"},
{"id": "Logistics Chief", "label": "Logistics Chief"},
{"id": "Logistics President", "label": "Logistics President"},
{"id": "Logistics VP", "label": "Logistics VP"},
{"id": "Logistics Director", "label": "Logistics Director"},
{"id": "Logistics General Manager", "label": "Logistics General Manager"},
{"id": "Logistics Head of Department", "label": "Logistics Head of Department"},
{"id": "Logistics Manager", "label": "Logistics Manager"},
{"id": "Logistics Officer", "label": "Logistics Officer"},
{"id": "Logistics Developer", "label": "Logistics Developer"},
{"id": "Logistics Analyst", "label": "Logistics Analyst"},
{"id": "Logistics Leader", "label": "Logistics Leader"},
{"id": "Logistics Advisor", "label": "Logistics Advisor"},
{"id": "Logistics Consultant", "label": "Logistics Consultant"},
{"id": "Logistics Expert", "label": "Logistics Expert"},
{"id": "Logistics Controller", "label": "Logistics Controller"},
{"id": "Laboratory Assistant", "label": "Laboratory Assistant"},
{"id": "Student Analyst", "label": "Student Analyst"},
{"id": "Student Consultant", "label": "Student Consultant"},
{"id": "Student Developer", "label": "Student Developer"},
{"id": "Student Director", "label": "Student Director"},
{"id": "Student Leader", "label": "Student Leader"}
]
}
@@ -0,0 +1,21 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2022-11-15 20:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{
"id": "M",
"label": "Mister"
},
{
"id": "F",
"label": "Miss"
},
{
"id": "I",
"label": "I rather not say"
}
]
}
@@ -0,0 +1,62 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2022-11-15 20:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{
"id": "dxa-tyJdaSpa5i2E8lO4ePQ",
"label": "SME Instrument"
},
{
"id": "d9l6-quCkT-aKguoO8jAkBQ",
"label": "Fast Track to Innovation"
},
{
"id": "dvxAKO-bETAC1VhfXQWASsA",
"label": "Future and Emerging Technologies - Open"
},
{
"id": "dtf7GvyXoTOyA4-i_N2FrHA",
"label": "Enterprise Europe Network"
},
{
"id": "dVN9fqX-wTg-osqrKnPBPeA",
"label": "EIC Accelerator"
},
{
"id": "dbluVfV5HSLC6GgMBI98fTg",
"label": "EIC Pathfinder"
},
{
"id": "dgi0QLaR3RhKs0TwLeseCrg",
"label": "EIC Transition"
},
{
"id": "dL1tPaeXdSZOChaQxniUlLg",
"label": "European Innovation Ecosystems"
},
{
"id": "d0EysoYbGSiu87Fd_GYcJ1w",
"label": "European Institute of Innovation & Technology"
},
{
"id": "dtqcjwMq-R0yNkj9CBWay_A",
"label": "EIC Prizes"
},
{
"id": "djGk1DzGcQN-He0e5z2nXBQ",
"label": "EIC Boosters"
},
{
"id": "derOiWoHrSSa0uNpvJPB31A",
"label": "EIC Scaling Club"
},
{
"id": "db5POvgHGRqK6rvq8xr-Ycg",
"label": "EIC STEP"
}
]
}
@@ -0,0 +1,25 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2022-11-15 20:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{
"id": "diNtoRDr0TamOTyF2DIMaDA",
"label": "Grant only"
},
{
"id": "di4eFlmYnTjSiJqphaIAHVA",
"label": "Blended"
},
{
"id": "dXmTz1EglTTeo320gbQbzww",
"label": "Grant first"
},
{
"id": "dhf-KzmiqRPSREMVOHxLozw",
"label": "Investment only"
}
]
}
+33
View File
@@ -0,0 +1,33 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2022-11-15 20:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{
"id": "",
"label": ""
},
{
"id": "",
"label": "",
"children": [
{
"id": "",
"label": ""
}
]
},
{
"id": "",
"label": "",
"prop": {
"url": "",
"description": "",
"icon": "",
"alt-value": ""
}
}
]
}
+33
View File
@@ -0,0 +1,33 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2024-04-19 14:12:12",
"expires": "2024-04-19 14:12:12",
"content": [
{
"id": "dbBSto19RQIej9gZmIwyHGg",
"label": "ERDF"
},
{
"id": "deSFYMEbaR7OLKjOUBOiuRA",
"label": "Recovery and resilience Facility (RRF)"
},
{
"id": "dwBtwkyKCSFS2zJ6C9n9GGQ",
"label": "National funds"
},
{
"id": "dGMU0jqh4SGi8SKcnX6WHLQ",
"label": "Regional funds"
},
{
"id": "dnoR32eh_TRqu7rWrzNWq8Q",
"label": "Private"
},
{
"id": "dTVTpQG-KRzej86IwE0v7TA",
"label": "Other"
}
]
}
@@ -0,0 +1,64 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2022-11-15 20:32:12",
"expires": "2023-11-15 20:32:12",
"content": [
{
"label":"European Union",
"id":"EU",
"children": [
{"label":"Austria","id":"AT", "prop": { "EU": true }},
{"label":"Belgium","id":"BE", "prop": { "EU": true }},
{"label":"Bulgaria","id":"BG", "prop": { "EU": true }},
{"label":"Cyprus","id":"CY", "prop": { "EU": true }},
{"label":"Czech Republic","id":"CZ", "prop": { "EU": true }},
{"label":"Germany","id":"DE", "prop": { "EU": true }},
{"label":"Denmark","id":"DK", "prop": { "EU": true }},
{"label":"Estonia","id":"EE", "prop": { "EU": true }},
{"label":"France","id":"FR", "prop": { "EU": true }},
{"label":"Spain","id":"ES", "prop": { "EU": true }},
{"label":"Finland","id":"FI", "prop": { "EU": true }},
{"label":"Greece","id":"GR", "prop": { "EU": true }},
{"label":"Croatia","id":"HR", "prop": { "EU": true }},
{"label":"Hungary","id":"HU", "prop": { "EU": true }},
{"label":"Ireland","id":"IE", "prop": { "EU": true }},
{"label":"Italy","id":"IT", "prop": { "EU": true }},
{"label":"Lithuania","id":"LT", "prop": { "EU": true }},
{"label":"Luxembourg","id":"LU", "prop": { "EU": true }},
{"label":"Latvia","id":"LV", "prop": { "EU": true }},
{"label":"Malta","id":"MT", "prop": { "EU": true }},
{"label":"Netherlands","id":"NL", "prop": { "EU": true }},
{"label":"Poland","id":"PL", "prop": { "EU": true }},
{"label":"Portugal","id":"PT", "prop": { "EU": true }},
{"label":"Romania","id":"RO", "prop": { "EU": true }},
{"label":"Sweden","id":"SE", "prop": { "EU": true }},
{"label":"Slovenia","id":"SI", "prop": { "EU": true }},
{"label":"Slovakia","id":"SK", "prop": { "EU": true }}
]
},
{
"label":"Other",
"id":"Other",
"children": [
{"label":"Albania","id":"AL", "prop": { "EU": false }},
{"label":"Armenia","id":"AM", "prop": { "EU": false }},
{"label":"Bosnia and Herzegovina","id":"BA", "prop": { "EU": false }},
{"label":"Faroe Islands","id":"FO", "prop": { "EU": false }},
{"label":"Georgia","id":"GE", "prop": { "EU": false }},
{"label":"Iceland","id":"IS", "prop": { "EU": false }},
{"label":"Israel","id":"IL", "prop": { "EU": false }},
{"label":"Moldova","id":"MD", "prop": { "EU": false }},
{"label":"Montenegro","id":"ME", "prop": { "EU": false }},
{"label":"North Macedonia","id":"MK", "prop": { "EU": false }},
{"label":"Norway","id":"NO", "prop": { "EU": false }},
{"label":"Serbia","id":"RS", "prop": { "EU": false }},
{"label":"Tunisia","id":"TN", "prop": { "EU": false }},
{"label":"Turkiye","id":"TR", "prop": { "EU": false }},
{"label":"Ukraine","id":"UA", "prop": { "EU": false }},
{"label":"United Kingdom","id":"GB", "prop": { "EU": false }}
]
}
]
}
@@ -0,0 +1,40 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2025-02-10 10:32:12",
"expires": "2027-02-10 10:32:12",
"content": [
{
"label":"TechDD",
"id":"mkl-TechDD-tokens",
"children": [
{"label":"personEmail","id":"personEmail"},
{"label":"personEuLogin","id":"personEuLogin"},
{"label":"personFirstName","id":"personFirstName"},
{"label":"personLastName","id":"personLastName"},
{"label":"personFullName","id":"personFullName"},
{"label":"organisationFullName","id":"organisationFullName"},
{"label":"organisationShortName","id":"organisationShortName"},
{"label":"organisationPIC","id":"organisationPIC"},
{"label":"proposalId","id":"proposalId"},
{"label":"proposalAcronym","id":"proposalAcronym"},
{"label":"proposalType","id":"proposalType"},
{"label":"expertFirstName","id":"expertFirstName"},
{"label":"expertLastName","id":"expertLastName"},
{"label":"expertFullName","id":"expertFullName"},
{"label":"FIOFirstName","id":"FIOFirstName"},
{"label":"FIOLastName","id":"FIOLastName"},
{"label":"FIOFullName","id":"FIOFullName"},
{"label":"POFirstName","id":"POFirstName"},
{"label":"POLastName","id":"POLastName"},
{"label":"POFullName","id":"POFullName"},
{"label":"TechDDFirstName","id":"TechDDFirstName"},
{"label":"TechDDLastName","id":"TechDDLastName"},
{"label":"TechDDFullName","id":"TechDDFullName"},
{"label":"reportURL","id":"reportURL"},
{"label":"unsubscribeURL","id":"unsubscribeURL"}
]
}
]
}
+31
View File
@@ -0,0 +1,31 @@
{
"version": "1.0",
"locale": "en-uk",
"source": "https://domain/endpoint",
"updated": "2023-11-14 11:00:00",
"expires": "2023-11-14 11:00:00",
"content": [
{
"id": "shutdownSoon",
"label": "Shutdown in minutes",
"severity": "warning",
"duration": 30,
"message": [
"We're improving your MyEIC platform.",
"Therefore, we need to shut-down the platform in a few minutes.",
"Please promptly finish-up what you're doing and log-out."
]
},
{
"id": "shutdownNow",
"label": "Shutdown now",
"severity": "danger",
"duration": 0,
"message": [
"The platform will now be shut-down for maintenance !",
"You'll be logged-out in a few seconds.",
"Feel free to be back on MyEIC in an hour."
]
}
]
}
@@ -0,0 +1,41 @@
/*
Typical TODO-list for new app feature:
=> New route:
=> Delegating route in baseRoutes.json (without method)
=> Add real route(s) in the xxxController.json (section:routes)
=> New controller :
=> Create xxxController.json (minimum: routes, views to load, model to load)
=> Create xxxController.js
=> (!) make sure to have a correct "app.registerClass"(same as filename !)
=> (!) make sure the class name is unique across the universe
=> Create the methods used in the route(s) definition
=> Add this.loadWindow in the method(s)
=> second param is object of anything to pass to view, such ass model(s) (1)
=> New model :
=> Create xxxModel.js
=> (!) make sure to have a correct "app.registerClass" (same as filename !)
=> (!) make sure the class name is unique across the universe
=> New view :
=> Create xxxView.html
=> Create xxxView.js
=> (!) make sure to have a correct "app.registerClass" (same as filename !)
=> (!) make sure the class name is unique across the universe
=> Needs at least a method "DOMContentLoaded(options)"
=> probably want to use "ui.eicfy(this.el)"
=> setup all your dom & components references
=> probably want to get stuff from the controller via options.xxx
=> typical: "this.model = this.options.model" (see (1))
or: like "for(let model in options.models) this[model] = options.models[model]"
=> Make a menu entry :
=> Add an entry in "/app/assets/json/global/app-menu-map.json"
=> (!) Make sure to select the proper roles (or "*" for open-bar)
*/
+106
View File
@@ -0,0 +1,106 @@
<PIC>889194733</PIC> Granted
<PIC>934188280</PIC> Granted
<PIC>892649679</PIC> Granted
<PIC>917568106</PIC> Granted
<PIC>904060759</PIC> Granted
<PIC>888564233</PIC> Granted
<PIC>888330366</PIC> Granted
<PIC>888554145</PIC> Granted
<PIC>898827900</PIC> Granted
<PIC>888323091</PIC> Granted
<PIC>888325128</PIC> Granted
<PIC>888511562</PIC> Granted
<PIC>892722235</PIC> Granted
<PIC>913000861</PIC> Granted
<PIC>889396978</PIC> Granted
<PIC>890403838</PIC> Granted
<PIC>898781534</PIC> Granted
<PIC>931664437</PIC> Granted
<PIC>904105282</PIC> Granted
<PIC>886470682</PIC> Granted
<PIC>894431763</PIC> Granted
<PIC>910667138</PIC> Granted
<PIC>886482710</PIC> Granted
<PIC>890038730</PIC> Granted
<PIC>892657148</PIC> Granted
<PIC>910897028</PIC> Granted
<PIC>886501625</PIC> Granted
<PIC>904414615</PIC> Granted
<PIC>910449664</PIC> Granted
<PIC>907587485</PIC> Granted
<PIC>889228295</PIC> Granted
<PIC>891358221</PIC> Granted
<PIC>886526845</PIC> Granted
<PIC>936304335</PIC> Granted
<PIC>894423712</PIC> Granted
<PIC>907679247</PIC> Granted
<PIC>925244783</PIC> Granted
<PIC>885790324</PIC> Granted
<PIC>885800315</PIC> Granted
<PIC>931630681</PIC> Granted
<PIC>891563279</PIC> Granted
<PIC>898815387</PIC> Granted
<PIC>911172023</PIC> Granted
<PIC>911227992</PIC> Granted
<PIC>885787123</PIC> Granted
<PIC>891010476</PIC> Granted
<PIC>894993878</PIC> Granted
<PIC>885846390</PIC> Granted
<PIC>895010174</PIC> Granted
<PIC>889226258</PIC> Granted
<PIC>886396671</PIC> Granted
927984548 Granted
891694714
891087979
995981645
905736531 NIKE
***************************** SHORTPROPS *****************************
User Org SP
n0005lk9 / /
n0005lka 891808301 /
n0005lkb 888657256 190157586
n0005lkd / 190116115
steinic 886396671 created
n0005lke / Z8bltqvKewuraPkGN0rS (not in the BE yet --> need onboarding) / 190117162
n0005lkf (not in the BE yet --> need onboarding) 923569011 190138101
n0005lk9 --> l'utilisateur existe mais n'a accès à rien
n0005lka --> l'utilisateur existe et est admin de l'organisation 891808301 (qui existe elle aussi)
n0005lkb --> l'utilisateur est admin de l'organisation et de la short mentionnées
n0005lkd --> l'utilisateur est admin de la short mentionnée (qui n'a pas de PIC) ; il n'est membre d'aucune organisation
n0005lke --> l'utilisateur n'existe pas encore dans le BE mais son EULogin est lié à une short existante (qui n'a pas de PIC)
n0005lkf --> l'utilisateur n'existe pas encore dans le BE mais son EULogin est lié à une short existante, qui elle-même est liée à une organisation (qui n'existe pas encore dans le BE)
n0005lkl
n0005lki
n0005lkj
T3stE2E@eic.EU
Gavin.eic1@gmail.com: n000110z / Easme12345678901 => Z8bltqvKewuraPkGN0rS
samantha.patelle@gmail.com Easme12345
n0005jin / uraPkGN0rSZ8bltqvKew : BP_SPOC_FastTrack
https://myeic.dev.eismea.eu/applicant/999519720
999507207
999513706
999516519
999519720
999588784
999678121
999770950
999780262
999796946
999833612
999906459
+17
View File
@@ -0,0 +1,17 @@
{
"success" : true,
"payload": [
{
"family_name": "Stein",
"given_name": "Nicolas",
"email": "nicolas.stein@disney.com",
"https://ecas.ec.europa.eu/claims/uid":"steinni"
},
{
"family_name": "Lapraline",
"given_name": "Toto",
"email": "toto@gmail.com",
"https://ecas.ec.europa.eu/claims/uid":"piperto"
}
]
}
+32
View File
@@ -0,0 +1,32 @@
[
{
"role": "BP_PO",
"permissions": {
"tokens": [ "list", "setSettings", "getSettings" ],
"users": [ "list", "search", "create", "revoke" ],
"company": [ "search", "grant", "revoke" ],
"templates": ["list", "search", "create", "clone", "edit", "reject", "approve" ]
}
},
{ "role": "BP_HoU",
"permissions": {
"tokens": [ "list" ],
"users": [ ],
"company": [ ]
}
},
{ "role": "BP_SPOC_FastTrack",
"permissions": {
"tokens": [ "list" ],
"users": [ "list", "search", "create", "revoke" ],
"company": [ "search", "grant" ]
}
},
{ "role": "BP_SPOC_Plugin",
"permissions": {
"tokens": [ "list", "getPrograms", "addProgram", "removeProgram" ],
"users": [ "list", "search", "create", "revoke" ],
"company": [ "search", "grant" ]
}
}
]
+116
View File
@@ -0,0 +1,116 @@
<button primary eicbutton xlarge icon="icon-stop"></button>
<button primary eicbutton xlarge icon="icon-play"></button>
<button primary eicbutton xlarge icon="icon-history"></button>
<button primary eicbutton xlarge icon="icon-spinner"></button>
<button primary eicbutton xlarge icon="icon-cog"></button>
<button primary eicbutton xlarge icon="icon-star-empty"></button>
<button primary eicbutton xlarge icon="icon-star-half"></button>
<button primary eicbutton xlarge icon="icon-star-full"></button>
<button primary eicbutton xlarge icon="icon-heart"></button>
<button primary eicbutton xlarge icon="icon-happy"></button>
<button primary eicbutton xlarge icon="icon-face-smile"></button>
<button primary eicbutton xlarge icon="icon-face-tongue"></button>
<button primary eicbutton xlarge icon="icon-face-sad"></button>
<button primary eicbutton xlarge icon="icon-face-wink"></button>
<button primary eicbutton xlarge icon="icon-face-baffled"></button>
<button primary eicbutton xlarge icon="icon-face-confused"></button>
<button primary eicbutton xlarge icon="icon-youtube"></button>
<button primary eicbutton xlarge icon="icon-linkedin"></button>
<button primary eicbutton xlarge icon="icon-pdf"></button>
<button primary eicbutton xlarge icon="icon-pen"></button>
<button primary eicbutton xlarge icon="icon-coaching"></button>
<button primary eicbutton xlarge icon="icon-cart"></button>
<button primary eicbutton xlarge icon="icon-phone"></button>
<button primary eicbutton xlarge icon="icon-hour-glass"></button>
<button primary eicbutton xlarge icon="icon-refresh"></button>
<button primary eicbutton xlarge icon="icon-complaint"></button>
<button primary eicbutton xlarge icon="icon-evaluation"></button>
<button primary eicbutton xlarge icon="icon-link"></button>
<button primary eicbutton xlarge icon="icon-loop"></button>
<button primary eicbutton xlarge icon="icon-image"></button>
<button primary eicbutton xlarge icon="icon-new"></button>
<button primary eicbutton xlarge icon="icon-map"></button>
<button primary eicbutton xlarge icon="icon-pin"></button>
<button primary eicbutton xlarge icon="icon-user-check"></button>
<button primary eicbutton xlarge icon="icon-cogs"></button>
<button primary eicbutton xlarge icon="icon-bin"></button>
<button primary eicbutton xlarge icon="icon-attachment"></button>
<button primary eicbutton xlarge icon="icon-xls"></button>
<button primary eicbutton xlarge icon="icon-big-bullet"></button>
<button primary eicbutton xlarge icon="icon-code"></button>
<button primary eicbutton xlarge icon="icon-check-rounded"></button>
<button primary eicbutton xlarge icon="icon-dashboard"></button>
<button primary eicbutton xlarge icon="icon-more"></button>
<button primary eicbutton xlarge icon="icon-locked"></button>
<button primary eicbutton xlarge icon="icon-unlocked"></button>
<button primary eicbutton xlarge icon="icon-menu"></button>
<button primary eicbutton xlarge icon="icon-reply"></button>
<button primary eicbutton xlarge icon="icon-back"></button>
<button primary eicbutton xlarge icon="icon-link-ext"></button>
<button primary eicbutton xlarge icon="icon-share"></button>
<button primary eicbutton xlarge icon="icon-workflow"></button>
<button primary eicbutton xlarge icon="icon-health"></button>
<button primary eicbutton xlarge icon="icon-copy"></button>
<button primary eicbutton xlarge icon="icon-filter"></button>
<button primary eicbutton xlarge icon="icon-deny"></button>
<button primary eicbutton xlarge icon="icon-home"></button>
<button primary eicbutton xlarge icon="icon-pause"></button>
<button primary eicbutton xlarge icon="icon-market"></button>
<button primary eicbutton xlarge icon="icon-thumbs-down"></button>
<button primary eicbutton xlarge icon="icon-thumbs-up"></button>
<button primary eicbutton xlarge icon="icon-trash"></button>
<button primary eicbutton xlarge icon="icon-bolt"></button>
<button primary eicbutton xlarge icon="icon-check"></button>
<button primary eicbutton xlarge icon="icon-cancel"></button>
<button primary eicbutton xlarge icon="icon-close"></button>
<button primary eicbutton xlarge icon="icon-download"></button>
<button primary eicbutton xlarge icon="icon-envelope"></button>
<button primary eicbutton xlarge icon="icon-company"></button>
<button primary eicbutton xlarge icon="icon-servers"></button>
<button primary eicbutton xlarge icon="icon-review"></button>
<button primary eicbutton xlarge icon="icon-correction"></button>
<button primary eicbutton xlarge icon="icon-mediation"></button>
<button primary eicbutton xlarge icon="icon-writing"></button>
<button primary eicbutton xlarge icon="icon-sort-asc"></button>
<button primary eicbutton xlarge icon="icon-sort-desc"></button>
<button primary eicbutton xlarge icon="icon-unsorted"></button>
<button primary eicbutton xlarge icon="icon-help"></button>
<button primary eicbutton xlarge icon="icon-plus"></button>
<button primary eicbutton xlarge icon="icon-search"></button>
<button primary eicbutton xlarge icon="icon-user"></button>
<button primary eicbutton xlarge icon="icon-logoff"></button>
<button primary eicbutton xlarge icon="icon-edit"></button>
<button primary eicbutton xlarge icon="icon-checked"></button>
<button primary eicbutton xlarge icon="icon-info"></button>
<button primary eicbutton xlarge icon="icon-expand"></button>
<button primary eicbutton xlarge icon="icon-warning"></button>
<button primary eicbutton xlarge icon="icon-calendar"></button>
<button primary eicbutton xlarge icon="icon-comment"></button>
<button primary eicbutton xlarge icon="icon-twitter"></button>
<button primary eicbutton xlarge icon="icon-facebook"></button>
<button primary eicbutton xlarge icon="icon-square-o"></button>
<button primary eicbutton xlarge icon="icon-website"></button>
<button primary eicbutton xlarge icon="icon-users"></button>
<button primary eicbutton xlarge icon="icon-list-ul"></button>
<button primary eicbutton xlarge icon="icon-table"></button>
<button primary eicbutton xlarge icon="icon-exchange"></button>
<button primary eicbutton xlarge icon="icon-alert"></button>
<button primary eicbutton xlarge icon="icon-chevron-left"></button>
<button primary eicbutton xlarge icon="icon-chevron-right"></button>
<button primary eicbutton xlarge icon="icon-angle-left"></button>
<button primary eicbutton xlarge icon="icon-angle-right"></button>
<button primary eicbutton xlarge icon="icon-angle-up"></button>
<button primary eicbutton xlarge icon="icon-angle-down"></button>
<button primary eicbutton xlarge icon="icon-zip"></button>
<button primary eicbutton xlarge icon="icon-send"></button>
<button primary eicbutton xlarge icon="icon-preview"></button>
<button primary eicbutton xlarge icon="icon-stats"></button>
<button primary eicbutton xlarge icon="icon-toggle-off"></button>
<button primary eicbutton xlarge icon="icon-toggle-on"></button>
<button primary eicbutton xlarge icon="icon-user-add"></button>
<button primary eicbutton xlarge icon="icon-calendar-plus"></button>
<button primary eicbutton xlarge icon="icon-calendar-minus"></button>
<button primary eicbutton xlarge icon="icon-calendar-failed"></button>
<button primary eicbutton xlarge icon="icon-calendar-check"></button>
<button primary eicbutton xlarge icon="icon-graduate"></button>
@@ -0,0 +1,11 @@
CNS infos:
Home page in confluence:
https://citnet.tech.ec.europa.eu/CITnet/confluence/display/CNS/CNS+Home
API swagger:
https://webgate.acceptance.ec.europa.eu/cns/restapi/?ticket=ST-3492070-ib8qIagzgjT0HjAnhZogjDJSwITAq4YOCQaPzSEzqkjXKYaMeSCdzzdjIxd6OCLEzgJYDCWfcAwTXd4czOpzwnrU-zGrcc7GCOy8q7wCXbuuQ9K-QDr1sFx5wNzYWsj7jNzSnl6VPOBo2YiHpKMXIlWXUDD7sVt23FD6R4fZfIxnlYH4pcAATXPFU5UaOFC1UzHyzvm#/
+80
View File
@@ -0,0 +1,80 @@
***********************************************
* Raiders of the lost-arcmodel (archaïc model)*
***********************************************
===> Le comportement zarb:
On édite une propal, on refocus le dashboard, on clique sur view de la même propal (probablement idem si edit) :
La propal se re-focus, mais les dernières données encodées n'y sont pas.
Biensur, réessayé en veillant bien à attendre le temps de l'auto-save,
vérifié en voyant passer le PUT en console-network mais le blème est bien côté FE.
===> L'enquête:
- Suivit le reloading des données en les dumpant partout, depuis le modèle (reload OK, données fraiches, donc effectivement c'est pas le BE)
jusque dans la vue ou -surprise- elles sont périmées.
- Pourtant séquence temporelle correcte, on a bien le model.getPropa avant le view.fill
- Finalement soupçon sur l'instantiation des modèles => mise (temoraire) d'un UUID random comme propriété du modèle dans son constructeur.
Du coup on peux tracer les changements d'instance.
===> Le diagnostique:
L'utilisateur sur le dashboard, fait un "Edit" sur la propal (première ouverture de cette propal):
- Route vers "SubmissionController::proposal"
- Ctrl instancie le model submissionModel (instance SM1)
- Ctrl load les datas dans SM1.data
THEN il fait un this.loadwindow (SumissionShortForm2023View), passe tous les modeles (dont SM1)
son ancêtre "EICcontroller" fait un "createwindow", et un "loadview" : param "data.models" =tous les modeles (dont SM1)
- "DOMContentLoaded(options)" est lancé dans la view "SubmissionShortForm2023View", SM1 arrive par "options.models", devient "this.submission"
- La view-propal fait des "fill()" pour tous les tabs, prend ses datas dans "this.submission" donc dans SM1.data ===> all good
- Ensuite, le user refocus la fenetre dashboard et fait un "view" sur la même propal. (probablement un "edit" aurais le même comportement)
- Route vers "SubmissionController::proposal"
- Ctrl instancie le model submissionModel (instance SM2) ====> aie !
- Ctrl load les datas fraiches dans SM2.data
THEN il fait un loadwindow (SumissionShortForm2023View), passe tous les modeles (dont SM2)
son ancetre "EICcontroller" conmait cette fenetre, et donc fait un "this.focus" (pas un create) param "data" = tous les modeles (dont SM2)
- "DOMContentFocused(data)" est lancé dans la view "SubmissionShortForm2023View", qui recoit SM2 via options.models
- MAIS "DOMContentFocused" se fout pas mal de options.models ====> ouille !
This.submission reste donc l'instance SM1 pas fraiche ====> et bardaf, c'est l'embardée !
- Biensur, Si on continue les allez-retour, il y a chaque fois une nouvelle instance de modèle,
mais les tabs continuent d'utiliser la toute première instance ===> aie-ouille-bardaf !
===> Le fix:
1. Patché d'abord en réassignant les modèles dans DOMContentFocused de "SubmissionShortForm2023View". (fastoche)
!!! Oui mais, dans le cas des Tabs ca ne suffit pas, car les tabs ne sont pas réinstanciés nonplus.
De plus, leur "DOMContentFocused" n'est jamais appelé.
2. Ajouté un appel à "DOMContentFocused" pour tous les chunks.view dans "SubmissionShortForm2023View::DOMContentFocused" pour propager le focus aux tabs
3. Ensuite ajouté un "DOMContentFocused" dans la maman des tabs "SubmissionShortFormTabView" qui assigne this.model avec options.models.sumbission (options.models étant maintenant dispo)
Du coup les vues & tabs ont la dernière instance du modèle, créée en réentrant dans le CTRL et donc les données fraiches.
...Reste a espérer qu'il ne traine plus de refs sur la vielle instance de modèle et qu'elle soit donc proprement garbage-collectée.
Attention, du coup sémentiquement : "DOMContentFocused" d'un tab veux dire "la fenêtre à laquelle le tab appartient est refocussée",
a ne pas confondre évidemment avec le focus du tab lui-même ( = event 'selected' du composant).
Makes me wonder : dommage qu'on réinstancie le modèle (en général, même fenêtre (avec mêm url dont params) = mêmes données,
le rafraichissement éventuel des données pourrais aussi bien se faire sans changer d'instance de modèle.
Mais lorsque EICcontroller teste pour voir si c'est une fenetre connue, il est déjà trop tard :
le ctrl-fiston a déjà instancié et choppé les datas, d'ailleurs c'est même obligatoirement synchrone avant de lancer la fenetre : via le THEN)
D'un autre côté, créer une association modèle-window (pour savoir si on l'a déjà plus tôt) n'est clairement pas un bon pattern...
... A méditer avec un malibu-ananas.
Si on reste sur le patch ci-dessus, faut bien garder ca en tête paske ce pattern => bug potientiel va se retrouver ailleurs !
===> Side-effect & Fix on the fix :
Dans certains cas les focus sont appelés sans options (lorsqu'on clicke sur les badges fenêtre).
=> rajouté un test pour ne pas tenter de recopier les modèles si pas d'options.
Pas grave parceque ca correspond au cas ou on refocus la fenêtre sans rerouter, donc avec modèles non-réinstanciés.
Mais j'adore pas tout ca... faudrat qu'on en cause, voir si on peut clarifier/simplifier.
@@ -0,0 +1,14 @@
{
"blockedUUIDs": [
"n0005lka"
],
"platformRestrictions": {
"allowedRoles": [
"EIC_Admin",
"EIC_Dev"
],
"allowedUUIDs": [
"n0005i29"
]
}
}
@@ -0,0 +1,18 @@
# Test log from 2023-06-23
#
# - means bug
# + means missing feature
# + means change request
#
- /organisations/PIC/ => sends an array of organisations (ony 1 item though). there should be only 1 object
- /organisations/PIC/members => CORS error
- /organisations/PIC/proposals => CORS error
- logged under user fallimi => received ORG_MEMBER and SP_ADMIN roles but no permissions on /organisations (?!?)
+ missing /users/search => same as /bypass/users/search (could be global)
+ missing /organisations/PIC/members/UID GET => retrieve details of a member (in order to update...)
+ missing "phone" property in organisation member => align to proposal fields
* change "function" property in organisation member to "position" => align to proposal fields
* change "administrator" property in organisation member to "admin" => align to member profile
+2
View File
@@ -0,0 +1,2 @@
Converting SELECT OPTIONS to meta (json) from console:
Array.prototype.slice.call(document.querySelectorAll('[name="ref2selector"] option')).map(o => `{"id": "${o.value}", "label": "${o.innerHTML}"}`).join(",")
@@ -0,0 +1,65 @@
{
"entities": [
{
"title": "",
"subtitle": "Priorities",
"severity": "info",
"badge": 42,
"data": {
"id": "priorities"
}
},
{
"title": "",
"subtitle": "Coach selection",
"severity": "primary",
"badge": 65,
"data": {
"id": "invitations"
}
},
{
"title": "",
"subtitle": "Plan definition",
"badge": 2,
"severity": "primary",
"data": {
"id": "plans"
}
},
{
"title": "",
"subtitle": "Timesheet",
"severity": "primary",
"badge": 27,
"data": {
"id": "timesheets"
}
},
{
"title": "",
"subtitle": "Evaluation",
"severity": "primary",
"badge": 69,
"data": {
"id": "evaluations"
}
},
{
"title": "",
"subtitle": "Closed",
"severity": "success",
"badge": 259,
"data": {
"id": "closed"
}
}
],
"relations": [
{ "source": "priorities", "target": "invitations" },
{ "source": "invitations", "target": "plans" },
{ "source": "plans", "target": "timesheets" },
{ "source": "timesheets", "target": "evaluations" },
{ "source": "evaluations", "target": "closed" }
]
}
@@ -0,0 +1,53 @@
{
"entities": [
{
"title": "",
"subtitle": "Priorities",
"severity": "primary",
"data": {
"id": "priorities"
}
},
{
"title": "",
"subtitle": "Coach selection",
"severity": "primary",
"data": {
"id": "invitations"
}
},
{
"title": "",
"subtitle": "Coaching plan",
"badge": "!",
"severity": "accent",
"data": {
"id": "plan"
}
},
{
"title": "",
"subtitle": "Timesheet",
"severity": "secondary",
"data": {
"id": "timesheet"
}
},
{
"title": "",
"subtitle": "Evaluation",
"severity": "secondary",
"data": {
"id": "evaluation"
}
},
{
"title": "",
"subtitle": "Closed",
"severity": "secondary",
"data": {
"id": "closed"
}
}
]
}
@@ -0,0 +1,66 @@
{
"entities": [
{
"title": "",
"subtitle": "Creation",
"severity": "secondary",
"badge": null,
"data": {
"id": "start"
}
},
{
"title": "",
"subtitle": "Content",
"severity": "secondary",
"badge": null,
"data": {
"id": "template"
}
},
{
"title": "",
"subtitle": "Recipients",
"severity": "secondary",
"badge": null,
"data": {
"id": "recipients"
}
},
{
"title": "",
"subtitle": "Data Mapping",
"severity": "secondary",
"badge": null,
"data": {
"id": "mappings"
}
},
{
"title": "",
"subtitle": "Review",
"severity": "secondary",
"badge": null,
"data": {
"id": "approval"
}
},
{
"title": "",
"subtitle": "Expedition",
"severity": "secondary",
"badge": null,
"data": {
"id": "schedule"
}
}
],
"relations": [
{ "source": "start", "target": "template" },
{ "source": "start", "target": "recipients" },
{ "source": "template", "target": "mappings" },
{ "source": "recipients", "target": "mappings" },
{ "source": "mappings", "target": "approval" },
{ "source": "approval", "target": "schedule" }
]
}
@@ -0,0 +1,123 @@
{
"entities": [
{
"title": "Evaluations",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "eval"
}
},
{
"title": "Tech DDs",
"subtitle": "",
"severity": "primary",
"data": {
"id": "techdd"
},
"child": {
"entities": [
{
"title": "Draft",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "draft"
}
},
{
"title": "Reopened",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "reopen"
}
},
{
"title": "Integrity check",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "integrity"
}
},
{
"title": "EIB Consultation",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "eib"
}
},
{
"title": "Review",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "review"
}
},
{
"title": "Approval",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "approval"
}
},
{
"title": "Finalized",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "finalized"
}
}
],
"relations": [
{ "source": "draft", "target": "integrity" }
]
}
},
{
"title": "GAP",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "gap"
}
},
{
"title": "KYC",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "kyc"
}
},
{
"title": "Progress Meetings",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "meeting"
}
},
{
"title": "Final",
"subtitle": "",
"severity": "secondary",
"data": {
"id": "final"
}
}
],
"relations": [
{ "source": "eval", "target": "gap" },
{ "source": "eval", "target": "techdd" },
{ "source": "techdd", "target": "kyc" },
{ "source": "kyc", "target": "meeting" },
{ "source": "meeting", "target": "final" }
]
}
@@ -0,0 +1,64 @@
{
"entities": [
{
"title": "",
"subtitle": "Create",
"severity": "secondary",
"badge": null,
"data": {
"id": "start"
}
},
{
"title": "",
"subtitle": "Clone",
"severity": "secondary",
"badge": null,
"data": {
"id": "start"
}
},
{
"title": "",
"subtitle": "Edit",
"severity": "secondary",
"badge": null,
"data": {
"id": "edit"
}
},
{
"title": "",
"subtitle": "Submit",
"severity": "secondary",
"badge": null,
"data": {
"id": "submit"
}
},
{
"title": "",
"subtitle": "Approval",
"severity": "secondary",
"badge": null,
"data": {
"id": "approval"
}
},
{
"title": "",
"subtitle": "Reject",
"severity": "secondary",
"badge": null,
"data": {
"id": "reject"
}
}
],
"relations": [
{ "source": "start", "target": "edit" },
{ "source": "edit", "target": "submit" },
{ "source": "submit", "target": "reject" },
{ "source": "submit", "target": "approval" }
]
}