vault backup: 2026-05-01 12:05:26

This commit is contained in:
Vadym Samoilenko 2026-05-01 12:05:26 +01:00
parent cc37ab81c7
commit ae24224e9d
2 changed files with 7 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 edit bug | Transcript file not updating on manual edits | transcription_service.py, docker-compose.yml |
| 2026-05-01 | AD and CC transcript bugs | transcript file update logic, CC upload error handling, Docker rebuild requirement | transcription.ts, uploadHandler.ts, Dockerfile |
| 2026-05-01 | Fix AD text sync, deploy to optical | Update text sync logic, redeploy container | transcription handler, docker config |
| 2026-05-01 | Debug AD sync issue, deploy to optical | Fixed container image rebuild, added transcript logging, verified file sync | /opt/video-accessibility, container config |

View file

@ -119,3 +119,9 @@ tags: [daily]
- 11:59 | `video-accessibility`
- **Asked:** Install agent-sdk-dev plugin and verify deploy script compatibility with current branch.
- **Done:** Installed agent-sdk-dev plugin and reviewed deploy script against fix/multi-tenancy-and-english-first branch changes.
- 12:03 | `video-accessibility`
- **Asked:** Installed agent-sdk-dev plugin for local development. | Installed agent-sdk-dev plugin and verified pre-existing errors remain unchanged. | package.json, plugin configuration
- **Done:**
- 12:04 | `video-accessibility-old`
- **Asked:** Asked to check and fix bugs where AD text edits and CC file uploads weren't updating the transcription file.
- **Done:** Identified root cause: Docker image caches code, requiring `--build` flag on restart; fixed AD text update and CC upload transcript sync issues.