vault backup: 2026-05-01 11:47:25

This commit is contained in:
Vadym Samoilenko 2026-05-01 11:47:25 +01:00
parent 60dce3c004
commit 2ceb178468
2 changed files with 4 additions and 0 deletions

View file

@ -52,6 +52,7 @@ created: 2026-04-30
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-01 | AD text sync issue | Added debug logging to transcript block, reviewed server logs | optical server /opt/video-accessibility, transcript handling code |
| 2026-05-01 | Debug AD text sync, Deploy to server | Fixed text update sync, Created new repo, Force pushed, Pulled locally | transcription file, optical server repo, local repo config |
| 2026-05-01 | AD text sync issue & server deployment | Fixed transcription file updates, changed git remote, committed and pushed changes | /opt/video-accessibility |
| 2026-05-01 | Pydantic validation fix | Added field_validator for empty adVtt handling, convert empty strings to None | VttUpdateRequest class, optical server config |

View file

@ -89,3 +89,6 @@ tags: [daily]
- 11:44 | `video-accessibility`
- **Asked:** Install agent-sdk-dev plugin and commit backend tests.
- **Done:** Installed agent-sdk-dev plugin and committed 6 new backend test files covering language QC and job org isolation logic.
- 11:46 | `video-accessibility-old`
- **Asked:** Debug why AD text updates don't reflect in the transcription file and deploy changes to the optical server.
- **Done:** Added debug logging to the transcript block on the server and monitored logs in real-time while testing CC file upload.