vault backup: 2026-05-07 15:57:51

This commit is contained in:
Vadym Samoilenko 2026-05-07 15:57:51 +01:00
parent d0051127aa
commit 5df05dc0b2
3 changed files with 12 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1778159959065,
"lastSyncTimestamp": 1778163559038,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -9,8 +9,8 @@ url: https://optical-dev.oliver.solutions/video-accessibility/
server: optical-dev
tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb]
created: 2026-04-14
last_commit: 2026-05-06
commits: 372
last_commit: 2026-05-07
commits: 373
port: 8000
db: MongoDB Atlas
service: docker-compose

View file

@ -110,3 +110,12 @@ tags: [daily]
- 15:11 (9min) | `video-accessibility`
- **Asked:** Migrate sandbox users to production environment | Reordered imports in ingest_and_ai.py and added strict=True to zip() in vtt.py, completed type-checking | ingest_and_ai.py, vtt.py
- **Done:**
- 15:38 (15min) | `video-accessibility`
- **Asked:** Can we migrate users and data from sandbox to production, and investigate SSH optical to optical-dev migration?
- **Done:** Identified pre-existing errors and diagnosed retranslation bug where 5 languages remain video_native due to undeployed fix for VTTCue attribute naming.
- 15:56 | `video-accessibility`
- **Asked:** Investigate migration feasibility from sandbox to production and diagnose retranslation issues.
- **Done:** Identified Bug 6 root cause (VTTCue attribute mismatch) and initiated deployment of fix to optical-dev.
- 15:56 | `video-accessibility`
- **Asked:** Can we migrate users and all data from sandbox version to production?
- **Done:** Investigated migration feasibility and identified blocker — Bug 6 deployed but fix not yet live on optical-dev causing retranslation failures.