File size: 2,149 Bytes
05946a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | """
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"
] |