Northstar EV Infrastructure

EV Infrastructure Workspace

Workspace QA

Validate EV workspace routes, demo safety, proposal generation, and production-readiness modules before client demos.

23

Routes Checked

0

Live Integrations

1

Deck Generator

8

Safety Gates

0

External Writes

Route Smoke Test Checklist

RoutePurposeStatusManual TestAction
/owner-previewEV workspace launcher & today's briefingPassVerify EV branding, metrics, and demo project rowsOpen
/growthGrowth metrics & projectionsPassVerify growth metrics and fictional dataOpen
/opportunitiesOpportunity pipelinePassVerify opportunity pipeline rendersOpen
/projectsProject listing — placeholder linkDemoVerify link does not navigate to live pageOpen
/proposalsProposal managementPassVerify proposal cards renderOpen
/deliverablesDeliverables & deck generatorPassOpen deliverables, verify deck generator visibleOpen
/brand-kitBrand kit editorPassVerify brand kit colors and fonts renderOpen
/brand-assetsBrand asset libraryPassVerify asset gallery rendersOpen
/template-ingestionTemplate ingestion pipelinePassVerify template ingestion UI rendersOpen
/daily-reportDaily project status reportPassVerify fictional project data rendersOpen
/data-sourcesData source providersPassVerify demo provider shows as activeOpen
/proposal-packageProposal package builderMissingN/A — route not implementedOpen
/export-centerExport center with client delivery gatesPassVerify client delivery is blockedOpen
/audit-trailAudit trail of workspace actionsPassVerify external sends show as blockedOpen
/admin-settingsAdmin settings & license managementPassVerify no claim that all APIs are freeOpen
/microsoft-365-readinessMicrosoft 365 readiness checklistPassVerify M365 readiness dashboard rendersOpen
/integration-configIntegration configurationPassVerify integration config UI rendersOpen
/permissionsRoles & permissions matrixPassVerify role matrix rendersOpen
/production-readinessProduction readiness blockersPassVerify blocker list is visibleOpen
/customer-discoveryCustomer discovery intakePassVerify no external submission happensOpen
/projectsProjects dashboard with pipeline trackingPassVerify 5 project rows with status badgesOpen
/policiesPolicies & guardrails for AI, data, approval, brand, delivery, integrationPassVerify 6 policy sections render with rulesOpen
/activityActivity feed of demo workspace eventsPassVerify event rows and filter chips workOpen

Deck Generator Test Panel

Generator

Premium Consulting Deck

API Route

GET /api/workspaces/ev-infrastructure/deliverables/powerpoint

Expected Filename

northstar-ev-premium-proposal-deck.pptx

Expected Slides

13 slides

Expected Mode: Local Demo Download

No server-side tests are run automatically. Use the buttons below to navigate and test manually.

Demo Safety Checklist

No Microsoft Graph calls

No SharePoint saves

No Smartsheet writes

No email sends

No calendar events

No external LLM usage

No real client data

No Trio Advisory data / assets

Production Readiness Cross-Check

Manual QA Steps

1

Open workspace launcher and verify EV Infrastructure appears separately

2

Open EV Owner Preview

3

Open Deliverables

4

Generate Premium Consulting Deck

5

Open Daily Report and verify fictional project rows

6

Open Data Sources and verify demo provider active

7

Open Export Center and verify client delivery blocked

8

Open Audit Trail and verify external sends blocked

9

Open Admin Settings and verify no claim that all APIs are free

10

Open Production Readiness and verify blockers are visible

11

Open Customer Discovery and verify no external submission happens

12

Open Projects and verify 5 demo project rows with stages and status badges

13

Open Policies and verify 6 policy sections with guardrail rules

14

Open Activity Feed and verify filter chips work across 12 events

Optional Local Test Commands

These commands are not executed automatically

Run them manually in your terminal to verify the build and deck generation.

npm run build
npm run lint
npm run typecheck
curl -L "http://localhost:3000/api/workspaces/ev-infrastructure/deliverables/powerpoint?mode=premium-proposal" -o /tmp/test-ev-deck.pptx
ls -lh /tmp/test-ev-deck.pptx