| """ |
| User journey guidance for the demo |
| """ |
|
|
| USER_JOURNEY_STEPS = [ |
| { |
| "step": 1, |
| "title": "π₯ Experience OSS Analysis", |
| "description": "Select an incident and run OSS analysis to see ARF's recommendations", |
| "tab": "Live Incident Demo", |
| "action": "Click 'Run OSS Analysis'", |
| "learning": "See how ARF analyzes incidents and creates HealingIntents" |
| }, |
| { |
| "step": 2, |
| "title": "π° Calculate Your ROI", |
| "description": "Adjust the sliders to see potential savings for your organization", |
| "tab": "Business Impact & ROI", |
| "action": "Use sliders then click 'Calculate My ROI'", |
| "learning": "Understand the business case for ARF Enterprise" |
| }, |
| { |
| "step": 3, |
| "title": "π Execute Enterprise Healing", |
| "description": "Experience autonomous healing with approval workflows", |
| "tab": "Live Incident Demo", |
| "action": "Click 'Execute Enterprise Healing'", |
| "learning": "See the difference between OSS advisory and Enterprise execution" |
| }, |
| { |
| "step": 4, |
| "title": "π Explore Audit Trail", |
| "description": "View comprehensive logging of all actions taken", |
| "tab": "Audit Trail & History", |
| "action": "Check execution and incident history", |
| "learning": "See enterprise-grade compliance and audit capabilities" |
| }, |
| { |
| "step": 5, |
| "title": "π§ Discover Learning Engine", |
| "description": "Explore pattern detection and similarity search", |
| "tab": "Learning Engine", |
| "action": "Search for similar incidents", |
| "learning": "See how ARF learns from past incidents" |
| } |
| ] |
|
|
| DEMO_TIPS = [ |
| "π‘ **Pro Tip**: Use the 'Quick Demo' button for a complete guided experience", |
| "π‘ **Pro Tip**: Toggle the approval checkbox to see different execution modes", |
| "π‘ **Pro Tip**: Export the audit trail to see comprehensive JSON data", |
| "π‘ **Pro Tip**: Try different incident scenarios to see varied responses", |
| "π‘ **Pro Tip**: Use the ROI calculator with your organization's numbers" |
| ] |