menus, better routes, dev tools, styling

This commit is contained in:
STEINNI
2025-10-04 20:27:47 +00:00
parent b5b76d51cc
commit 213dcb6c4c
20 changed files with 1902 additions and 159 deletions
+54 -137
View File
@@ -1,101 +1,65 @@
[
{
"label": "Bypass",
"label": "Live Arena",
"icon": "icon-bolt",
"collapsed": true,
"collapsed": false,
"access": ["*"],
"items": [
{
"label": "Monitoring",
"icon": "icon-dashboard",
"route": "/bypass",
"access": [ "BP_PO", "BP_HoU" ]
"label": "Space view",
"icon": "icon-website",
"route": "/live/spaceViewer",
"access": ["*"]
},
{
"label": "EIC Fast Track",
"icon": "icon-dashboard",
"route": "/bypass/fast-tracks",
"access": [ "BP_SPOC_FastTrack" ]
"label": "Spacetime explorer",
"icon": "icon-hour-glass",
"route": "/live/stats",
"access": ["*"]
},
{
"label": "EIC Plug In",
"icon": "icon-dashboard",
"route": "/bypass/plugins",
"access": [ "BP_SPOC_Plugin" ]
"label": "Agent processes",
"icon": "icon-cogs",
"route": "/live/dashboards/agents",
"access": ["*"]
},
{
"label": "Guidelines",
"icon": "icon-help",
"route": "/bypass/guidelines",
"access": [ "BP_PO", "BP_HoU","BP_SPOC_Plugin","BP_SPOC_FastTrack" ]
"label": "System",
"icon": "icon-dashboard",
"route": "/live/dashboards/system",
"access": ["*"]
},
{
"label": "Statistics",
"icon": "icon-stats",
"route": "/live/stats",
"access": ["*"]
}
]
},
{
"label": "My EIC",
"icon": "icon-home",
"label": "Arenas recorder",
"icon": "icon-history",
"collapsed": true,
"access": ["*"],
"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": "Space view",
"icon": "icon-website",
"route": "/records/spaceViewer",
"access": ["*"]
},
{
"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": "Statistics",
"icon": "icon-stats",
"route": "/records/stats",
"access": ["*"]
},
{
"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": "Keyframe editor",
"icon": "icon-edit",
"route": "/records/editor",
"access": ["*"]
}
]
},
@@ -103,73 +67,25 @@
"label": "Dev tools",
"icon": "icon-cogs",
"collapsed": true,
"access": ["admin"],
"items": [
{
"label": "System Health Check",
"label": "Client Health Check",
"icon": "icon-health",
"route": "/system/healthcheck",
"access": [ "EIC_Dev" ]
"access": [ "admin" ]
},
{
"label": "App Style Guide",
"icon": "icon-image",
"route": "/system/styleguide",
"access": [ "EIC_Dev" ]
"access": [ "admin" ]
},
{
"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" ]
"access": [ "admin" ]
}
]
},
@@ -177,19 +93,20 @@
"label": "About",
"icon": "icon-info",
"collapsed": true,
"access": ["*"],
"items": [
{
"label": "Legal notice",
"icon": "icon-info",
"route": "/about/legalnotice",
"label": "Help center",
"icon": "icon-help",
"route": "/about/help",
"access": [ "*" ]
},
{
"label": "Support",
"icon": "icon-help",
"route": "/about/support",
"label": "About",
"icon": "icon-info",
"route": "/about/about",
"access": [ "*" ]
}
]
}
]
}
]
@@ -13,7 +13,7 @@
"position.y": "coords.z"
},
"tween": true,
"tweenDelay": 1000
"tweenDelay": 200
}
]
}