Files
P42_UI/app/assets/json/global/app-menu-map.json
T
2025-08-27 07:03:09 +00:00

196 lines
5.5 KiB
JSON

[
{
"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": [ "*" ]
}
]
}
]