{% extends "base.html" %} {% set active_page = "overview" %} {% block title %}Overview — IETF Draft Analyzer{% endblock %} {% block content %}

Dashboard Overview

IETF AI/Agent Internet-Drafts at a glance

{{ stats.total_drafts }}
Total Drafts →
{{ stats.rated_count }}
Rated Drafts →
{{ stats.author_count }}
Authors →
{{ stats.idea_count }}
Ideas →
{{ stats.gap_count }}
Gaps Found →

Composite Score Distribution

Drafts by Category

Submissions Over Time

Category Rating Profiles

{% endblock %} {% block extra_scripts %} {% endblock %}