Auto-refresh: 30s

AI Agent Bug Dashboard Beta Testing - Direct Fix System

{{ reports|length }}

Total Reports

{{ reports|selectattr('status', 'equalto', 'open')|list|length }}

Open Issues

{{ reports|selectattr('status', 'equalto', 'fixed')|list|length }}

Fixed Today

2.3 min

Avg Fix Time

Active Bug Reports

{% for report in reports %}
{% if report.item_type == 'movie' %}🎬 {% elif report.item_type == 'widget' %}🌐 {% elif report.item_type == 'photo' %}📸 {% elif report.item_type == 'game' %}🎮 {% elif report.item_type == 'search' %}🔍 {% else %}📋{% endif %} {{ report.item_name }} {{ report.status.replace('_', ' ').title() }}

Issue: {{ report.issue_type.replace('_', ' ').title() }}

{{ report.description[:100] }}{% if report.description|length > 100 %}...{% endif %}

{{ report.created_at.strftime('%B %d, %Y at %I:%M %p') }} {% if report.user_email %}| {{ report.user_email }}{% endif %} | ID: {{ report.item_id }}
{% if report.status == 'open' %} {% elif report.status == 'fixed' %} Fixed {% if report.fixed_at %}
{{ report.fixed_at.strftime('%I:%M %p') }} {% endif %}
{% endif %}
{% endfor %} {% if not reports %}

No Bug Reports Yet

All systems running smoothly! 🚀

{% endif %}