{% extends "base.html" %} {% block title %}Review Item #{{ item.id }} — NFR{% endblock %} {% block content %}
{% if ingest_record %}{{ ingest_record.original_filename }}{% endif %}
| Filename | {{ ingest_record.original_filename if ingest_record else "—" }} |
| Source | {{ ingest_record.ingest_source if ingest_record else "—" }} |
| Review reason | {{ item.review_reason }} |
| Detail | {{ item.reason_detail }} |
| Content type | {{ ingest_record.content_type if ingest_record else "—" }} |
| Queued at | {{ item.created_at.strftime("%Y-%m-%d %H:%M UTC") if item.created_at else "—" }} |
| ClickUp Task | {{ ingest_record.clickup_task_id }} ↗ |
{{ routing_decision.winning_rule }}
{% if routing_decision.winning_layer %}
(layer: {{ routing_decision.winning_layer }})
{% endif %}
{{ routing_decision.rules_evaluated | tojson(indent=2) }}
{{ item.candidate_projects | tojson(indent=2) }}
Preview not available for this file type ({{ ct or 'unknown' }}).
Download fileWrite file to proposed NAS destination. Requires confirmation.
Override the proposed routing with a custom project and subfolder.
Mark item as rejected. The file is not deleted from the review queue path.
{{ clickup_task.description }}