{% extends "base.html" %} {% block title %}Disagreements — RICE Scorer{% endblock %} {% block content %}
Every override you make is recorded here. Use this to spot patterns in where the AI over- or under-estimates.
| Issue | Field | AI | Yours | Delta | Reason | Date |
|---|---|---|---|---|---|---|
| {{ row.title }} | {{ row.field }} | {{ "%.1f"|format(row.ai_value) }} | {{ "%.1f"|format(row.your_value) }} | {{ "%+.1f"|format(delta) }} | {{ row.reason or '—' }} | {{ row.created_at[:10] if row.created_at else '—' }} |
| No overrides yet. | ||||||