{% extends "base.html" %} {% block title %}Freshness & Modernization β Document Intelligence β ICDEVβ’{% endblock %} {% block content %}
Corpus staleness + modernization findings β stale docs float to the top for remediation.
| State | Document | Collection | Score | Findings | Reason | Actions | |
|---|---|---|---|---|---|---|---|
| {% 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' }} | {{ ((row.score or 0) * 100) | round(0) | int }}% | β | {{ row.reason or 'β' }} | π Regenerate Open β | |
|
No freshness data yet. Getting started with legacy documents: 1οΈβ£ Bulk-upload your documents on a collection page Β· 2οΈβ£ Run a staleness scan (Scan now above) Β· 3οΈβ£ Review modernization findings here |
|||||||