petter2025's picture
Update demo/guidance.py
05946a6 verified
raw
history blame
2.15 kB
"""
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"
]