Project: {project-name}
Created: {date}
Method: Whiteport Design Studio (WDS)
User Journey: {High-level description of what users accomplish in this scenario}
Entry Point: {Where users begin this scenario}
Success Exit: {Where users end after successful completion}
Alternative Exits: {Other possible endpoints - errors, cancellations, etc.}
Target Personas: {Which personas from Trigger Map use this scenario}
| Page # | Page Name | Status | Purpose |
|---|---|---|---|
| {n}.1 | {page-name} | {draft/complete} | {Brief purpose} |
| {n}.2 | {page-name} | {draft/complete} | {Brief purpose} |
| {n}.3 | {page-name} | {draft/complete} | {Brief purpose} |
flowchart TD
A[{Entry Point}] --> B[{Page n.1}]
B --> C[{Page n.2}]
C --> D{{Decision Point?}}
D -->|Yes| E[{Page n.3}]
D -->|No| F[{Alternative Path}]
E --> G[{Success Exit}]
F --> G
Page: {n.1-Page-Name}
User Action: {What the user does}
System Response: {How the system responds}
Success Criteria: {What defines success for this step}
Page: {n.2-Page-Name}
User Action: {What the user does}
System Response: {How the system responds}
Success Criteria: {What defines success for this step}
{Repeat for all steps}
From Trigger Map analysis, this scenario serves these user goals:
This scenario helps users avoid:
Primary Metric: {Main measure of scenario success}
Secondary Metrics:
User Satisfaction Indicators:
| Edge Case | How Handled | Page(s) Affected |
|---|---|---|
| {edge-case-description} | {handling-approach} | {page-references} |
{Entry} → [Fetch Data] → {Display} → [User Action] → [Validate] → [API Call] → {Success}
| Endpoint | Page(s) | Purpose |
|---|---|---|
| {endpoint-path} | {page-refs} | {what-it-does} |
{How state is managed across pages in this scenario}
Scenario Folder: C-UX-Scenarios/{scenario-number}-{scenario-name}/
Page Specifications:
Prototypes:
{Any scenario-level technical considerations, performance requirements, security notes, etc.}
| Date | Changes | Author |
|---|---|---|
| {date} | Initial scenario created | {author} |
Created using Whiteport Design Studio (WDS) methodology