""" 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" ]