Finish: Phase 33 — Alert Quality Analytics
This commit is contained in:
@@ -45,12 +45,6 @@ const routes = [
|
||||
component: () => import('@/views/SepsisBoardView.vue'),
|
||||
meta: { title: 'Sepsis Bundle Board', layout: 'default', allowedRoles: CLINICAL },
|
||||
},
|
||||
{
|
||||
path: '/feedback',
|
||||
name: 'FeedbackSummary',
|
||||
component: () => import('@/views/FeedbackSummary.vue'),
|
||||
meta: { title: 'Feedback Summary', layout: 'default', allowedRoles: ['PHYSICIAN', 'ADMIN'] },
|
||||
},
|
||||
{
|
||||
path: '/admin/thresholds',
|
||||
name: 'ThresholdManagement',
|
||||
@@ -81,6 +75,16 @@ const routes = [
|
||||
component: () => import('@/views/GatewayOperations.vue'),
|
||||
meta: { title: 'Gateway Operations', layout: 'default', opsRoute: true },
|
||||
},
|
||||
{
|
||||
path: '/analytics/alerts',
|
||||
name: 'AlertQualityAnalytics',
|
||||
component: () => import('@/views/AlertQualityAnalytics.vue'),
|
||||
meta: { title: 'Alert Quality', layout: 'default' },
|
||||
},
|
||||
{
|
||||
path: '/feedback',
|
||||
redirect: '/analytics/alerts',
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user