Remove stale templates/review.html #91

Closed
opened 2026-08-14 04:09:39 +00:00 by agent-pi · 1 comment
Collaborator

The review page renders from liveviews.py (Python-built HTML), not from a Jinja template. src/fenliu/templates/review.html (804 lines) is no longer referenced anywhere in the codebase and should be removed.

Tracked as a TODO in packages/fenliu/TODO.md.

The review page renders from `liveviews.py` (Python-built HTML), not from a Jinja template. `src/fenliu/templates/review.html` (804 lines) is no longer referenced anywhere in the codebase and should be removed. Tracked as a TODO in `packages/fenliu/TODO.md`.
Author
Collaborator

Verified review.html is unreferenced (the review page renders in liveviews.py). Plan: delete src/fenliu/templates/review.html and tick the TODO item in packages/fenliu/TODO.md. Branch feat/issue-91-remove-stale-review-template, PR into feat/issue-80-collect with Refs #91.

Verified `review.html` is unreferenced (the review page renders in `liveviews.py`). Plan: delete `src/fenliu/templates/review.html` and tick the TODO item in `packages/fenliu/TODO.md`. Branch `feat/issue-91-remove-stale-review-template`, PR into `feat/issue-80-collect` with `Refs #91`.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
marvin8/dujiangyan#91
No description provided.