detailed data for verifications

This commit is contained in:
2026-07-02 18:48:15 +05:30
parent bf019f86c3
commit 4d71e08aa4
5 changed files with 77 additions and 13 deletions

View File

@@ -157,6 +157,10 @@ pub struct VideoRow {
pub ignored_by: Option<String>,
// Remark thread (json array of {username, body, created_at}); '[]' when none.
pub remarks: serde_json::Value,
// Per-pass annotation-count history (json array of {username, at, count}, one per
// push in order); '[]' when never pushed. Drives the imported→verify→re-verify
// count breakdown in the UI.
pub passes: serde_json::Value,
}
/// `POST /api/videos/:id/hand {raised}` — raise/lower the hand on a video.