Northstar EV Infrastructure
EV Infrastructure Workspace
Sarah Miller
Owner
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
| Route | Purpose | Status | Manual Test | Action |
|---|---|---|---|---|
| /owner-preview | EV workspace launcher & today's briefing | Pass | Verify EV branding, metrics, and demo project rows | Open |
| /growth | Growth metrics & projections | Pass | Verify growth metrics and fictional data | Open |
| /opportunities | Opportunity pipeline | Pass | Verify opportunity pipeline renders | Open |
| /projects | Project listing — placeholder link | Demo | Verify link does not navigate to live page | Open |
| /proposals | Proposal management | Pass | Verify proposal cards render | Open |
| /deliverables | Deliverables & deck generator | Pass | Open deliverables, verify deck generator visible | Open |
| /brand-kit | Brand kit editor | Pass | Verify brand kit colors and fonts render | Open |
| /brand-assets | Brand asset library | Pass | Verify asset gallery renders | Open |
| /template-ingestion | Template ingestion pipeline | Pass | Verify template ingestion UI renders | Open |
| /daily-report | Daily project status report | Pass | Verify fictional project data renders | Open |
| /data-sources | Data source providers | Pass | Verify demo provider shows as active | Open |
| /proposal-package | Proposal package builder | Missing | N/A — route not implemented | Open |
| /export-center | Export center with client delivery gates | Pass | Verify client delivery is blocked | Open |
| /audit-trail | Audit trail of workspace actions | Pass | Verify external sends show as blocked | Open |
| /admin-settings | Admin settings & license management | Pass | Verify no claim that all APIs are free | Open |
| /microsoft-365-readiness | Microsoft 365 readiness checklist | Pass | Verify M365 readiness dashboard renders | Open |
| /integration-config | Integration configuration | Pass | Verify integration config UI renders | Open |
| /permissions | Roles & permissions matrix | Pass | Verify role matrix renders | Open |
| /production-readiness | Production readiness blockers | Pass | Verify blocker list is visible | Open |
| /customer-discovery | Customer discovery intake | Pass | Verify no external submission happens | Open |
| /projects | Projects dashboard with pipeline tracking | Pass | Verify 5 project rows with status badges | Open |
| /policies | Policies & guardrails for AI, data, approval, brand, delivery, integration | Pass | Verify 6 policy sections render with rules | Open |
| /activity | Activity feed of demo workspace events | Pass | Verify event rows and filter chips work | Open |
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
Open workspace launcher and verify EV Infrastructure appears separately
Open EV Owner Preview
Open Deliverables
Generate Premium Consulting Deck
Open Daily Report and verify fictional project rows
Open Data Sources and verify demo provider active
Open Export Center and verify client delivery blocked
Open Audit Trail and verify external sends blocked
Open Admin Settings and verify no claim that all APIs are free
Open Production Readiness and verify blockers are visible
Open Customer Discovery and verify no external submission happens
Open Projects and verify 5 demo project rows with stages and status badges
Open Policies and verify 6 policy sections with guardrail rules
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