Configure Completed is added

This commit is contained in:
2026-07-25 18:56:15 +05:30
parent a5394823f3
commit cdb52e717e
38 changed files with 5170 additions and 14 deletions

View File

@@ -201,6 +201,15 @@ export const equipmentTabs: string[] = [
'Missed', 'Departments', 'HSQE'];
export const aiHelpdeskTabs: string[] = [
'Live triage',
'Invoice verification',
'SLA Enforecment',
'Automation rules',
];
export const Reqeusttabs: string[] = [
'TFM Requests',
'Engineering',
@@ -360,6 +369,26 @@ export const workspaceTabs: string[] = [
'TimeTable',
];
export const connectedassettabs:string[]=[
'Asset Fleet',
'Excursions',
'Optimisation',
]
export const sustainabilitytabs:string[]=[
'ESG Data Hub',
'IoT sensor',
'Reporting engine',
'Target & forecasts',
'Social & goverance',
]
export const gpsTrackingtabs:string[]=[
'Live tracking',
'Geo-fences',
'Entry/exit logs',
'Route history',
'Mobile app',
]
export const reporttabs: string[] = [
'Equipment',
'Maintance',
@@ -887,4 +916,81 @@ export const scheduleItems = [
actionText: "Submit",
isHighlighted: false,
},
];
];
export const LIVE_ACTIVITIES = [
{
time: "2 min ago",
title: "AC not cooling — 4F, Zone B",
detail: "Reset VAV setpoint via BMS · confirmed with requester",
status: "AUTO-RESOLVED",
conf: "96% conf",
statusColor: "text-emerald-400 bg-emerald-950/60 border-emerald-800/40",
dotColor: "bg-emerald-400",
},
{
time: "9 min ago",
title: "Water leakage near lobby lift",
detail: "Safety keyword detected → priority P1 · plumber dispatched",
status: "ESCALATED",
conf: "99% conf",
statusColor: "text-rose-400 bg-rose-950/60 border-rose-800/40",
dotColor: "bg-rose-400",
},
{
time: "22 min ago",
title: "Meeting room projector flickering",
detail: "Assigned to AV vendor · parts history attached",
status: "ROUTED",
conf: "88% conf",
statusColor: "text-sky-400 bg-sky-950/60 border-sky-800/40",
dotColor: "bg-sky-400",
},
{
time: "38 min ago",
title: "Request for extra chairs — Hall 2",
detail: "Soft-service task created · housekeeping confirmed",
status: "AUTO-RESOLVED",
conf: "94% conf",
statusColor: "text-emerald-400 bg-emerald-950/60 border-emerald-800/40",
dotColor: "bg-emerald-400",
},
{
time: "1 h ago",
title: "Bad odour in basement parking",
detail: "Linked to drain-line PPM due tomorrow — merged to avoid duplicate",
status: "ROUTED",
conf: "82% conf",
statusColor: "text-sky-400 bg-sky-950/60 border-sky-800/40",
dotColor: "bg-sky-400",
},
{
time: "2 h ago",
title: "Card reader not working — Gate 3",
detail: "Security-critical asset → P2 · vendor SLA timer started",
status: "ESCALATED",
conf: "97% conf",
statusColor: "text-amber-400 bg-amber-950/60 border-amber-800/40",
dotColor: "bg-amber-400",
},
];
export const HANDLES_DATA = [
{
title: "Routine comfort requests",
subtitle: "temperature, lighting, cleaning",
},
{
title: "Duplicate & merge detection",
subtitle: "links repeats to open WOs",
},
{
title: "Priority & safety triage",
subtitle: "P1 keywords escalate instantly",
},
{
title: "Vendor dispatch",
subtitle: "assigns per contract & skill",
},
];