(summary) add optional satisfaction survey footer

Add a footer to transcription outputs linking to an external satisfaction
survey. The survey URL is built from TRANSCRIPTION_SATISFACTION_FORM_BASE_URL.
When TRANSCRIPTION_SATISFACTION_FORM_BASE_URL is unset or None, the
footer is omitted.
This commit is contained in:
leo
2026-06-03 14:37:30 +02:00
committed by lebaudantoine
parent 040df0e15a
commit 135b99aee7
11 changed files with 43 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@ class TestTasks:
"owner_timezone": "UTC",
"language": None,
"download_link": "https://example.com/file.mp4",
"form_link": "https://satisfaction.com?room_id=test",
},
)