Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions editor/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,24 @@ import { useDocumentTitle } from "@/utils/documentTitle";
const VZV_ENDPOINT = process.env.NEXT_PUBLIC_VZV_ENDPOINT || "";

const dashboardLinks: DashboardLinkCardProps[] = [
{
title: "Arterial Management Division Overview",
description: "Top location overview, by collision types and modes",
href: "https://app.powerbigov.us/links/GACOsce5fi?ctid=5c5e19f6-a6ab-4b45-b1d0-be4608a9a67f&pbi_source=linkShare",
icon: FaChartPie,
},
{
title: "Vision Zero Viewer",
description:
"Our public-facing dashboard with official Vision Zero statistics",
href: "https://visionzero.austin.gov/viewer/",
icon: FaMap,
},
{
title: "Emerging Hotspots and Bond Locations",
description:
"Track crash impact of Vision Zero Bond Projects and changing crash trends",
href: "https://app.powerbigov.us/links/RmMrnaSMLp?ctid=5c5e19f6-a6ab-4b45-b1d0-be4608a9a67f&pbi_source=linkShare",
icon: FaChartPie,
},
{
title: "Crash Data by Location",
description: "Based on Vision Zero location polygons",
href: "https://austin.maps.arcgis.com/apps/webappviewer/index.html?id=981b687bb68d465cab737792bbf56198",
icon: FaMap,
},
{
title: "High Injury Roadways",
description: "Each High Injury Roadway by Polygon with various statistics",
href: "https://app.powerbigov.us/links/pdguGuhSGE?ctid=5c5e19f6-a6ab-4b45-b1d0-be4608a9a67f&pbi_source=linkShare",
title: "Key Metrics",
description:
"Collection of internal dashboards enabling a wide range of crash analysis",
href: "https://app.powerbigov.us/links/JznhTDu8kc?ctid=5c5e19f6-a6ab-4b45-b1d0-be4608a9a67f&pbi_source=linkShare",
icon: FaChartPie,
},
{
Expand Down