detailed data for verifications
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user