{% extends "base.html" %} {% block title %}Freshness β Document Intelligence β ICDEVβ’{% endblock %} {% block content %}
Corpus staleness at a glance β stale docs float to the top for remediation.
| State | Document | Collection | Score | Reason | Action |
|---|---|---|---|---|---|
| {% if row.state == 'fresh' %} π’ Fresh {% elif row.state == 'aging' %} π‘ Aging {% elif row.state == 'stale' %} π΄ Stale {% else %} βͺ Unknown {% endif %} | {{ row.title or row.doc_id }} | {{ row.collection_id or 'default' }} | {{ '%.0f'|format((row.score or 0)*100) }}% | {{ row.reason or 'β' }} | Open β |
| No freshness data yet. Run a scan from a collection page. | |||||