feat: add manual revision and dashboard list apis

This commit is contained in:
afei A
2026-03-27 23:38:50 +08:00
parent d02fc8565f
commit eeaff269eb
24 changed files with 1950 additions and 64 deletions

View File

@@ -66,6 +66,7 @@ class ReviewTaskStatus(str, Enum):
"""Status of a human review task."""
PENDING = "pending"
REVISION_UPLOADED = "revision_uploaded"
SUBMITTED = "submitted"
@@ -79,5 +80,5 @@ class AssetType(str, Enum):
FACE = "face"
FUSION = "fusion"
QC_CANDIDATE = "qc_candidate"
MANUAL_REVISION = "manual_revision"
FINAL = "final"