From 3a2fdde71d126d49a12329a7acfe6a4e3f43cc4a Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 7 May 2026 16:47:31 +0100 Subject: [PATCH] vault backup: 2026-05-07 16:47:31 --- .../video-accessibility/Video Accessibility Platform.md | 2 +- 99 Daily/2026-05-07.md | 9 +++++++++ wiki/_master-index.md | 2 +- wiki/tech-patterns/_index.md | 1 + 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index c6e9a8f..a39a729 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -10,7 +10,7 @@ server: optical-dev tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb] created: 2026-04-14 last_commit: 2026-05-07 -commits: 374 +commits: 375 port: 8000 db: MongoDB Atlas service: docker-compose diff --git a/99 Daily/2026-05-07.md b/99 Daily/2026-05-07.md index 9558636..62f21b1 100644 --- a/99 Daily/2026-05-07.md +++ b/99 Daily/2026-05-07.md @@ -155,3 +155,12 @@ tags: [daily] - 16:44 | `video-accessibility` - **Asked:** Migration feasibility assessment from sandbox to production requested. - **Done:** Gathered reconnaissance information on backend status and frontend build progress with CORS warning identified. +- 16:45 | `video-accessibility` + - **Asked:** How to migrate users and data from sandbox to production environment? + - **Done:** Analyzed migration feasibility, fixed TTS generation to use MongoDB data correctly, and removed obsolete variables before deployment. +- 16:45 | `video-accessibility` + - **Asked:** Can we migrate users and all data from sandbox to production? + - **Done:** Investigated migration feasibility and deployed backend rebuild to monitor TTS output handling. +- 16:46 | `video-accessibility` + - **Asked:** Asked for permission to investigate migrating users and data from sandbox to production environment via SSH + - **Done:** Gathered reconnaissance data and initiated backend rebuild deployment to assess migration feasibility diff --git a/wiki/_master-index.md b/wiki/_master-index.md index 622e627..4beed3a 100644 --- a/wiki/_master-index.md +++ b/wiki/_master-index.md @@ -20,7 +20,7 @@ This 3-hop pattern works for hundreds of articles without vector search. |-------|-------------|----------| | [[wiki/obsidian-rag/_index\|obsidian-rag/]] | Karpathy's LLM wiki method — Obsidian RAG, setup, vs true RAG | 3 | | [[wiki/projects-overview/_index\|projects-overview/]] | All 42 Oliver Agency projects — grouped by server (optical-web-1, optical-dev, baic, box-cli) | 1 | -| [[wiki/tech-patterns/_index\|tech-patterns/]] | Recurring tech stacks: FastAPI, React/Vite, Next.js, Azure AD, AI, Box, One2Edit, Redis/Celery, cost-tracker | 24 | +| [[wiki/tech-patterns/_index\|tech-patterns/]] | Recurring tech stacks: FastAPI, React/Vite, Next.js, Azure AD, AI, Box, One2Edit, Redis/Celery, cost-tracker | 25 | | [[wiki/architecture/_index\|architecture/]] | Cross-cutting architectural patterns: Docker Compose, multi-agent AI, GCP timeout, RAG, hotfolder, optical-dev deploy, cost-tracker, new-project checklist, troubleshooting playbooks, ADR log, Cloud Run Jobs | 11 | | [[wiki/client-knowledge/_index\|client-knowledge/]] | Per-client notes for Ford, H&M, L'Oréal, Barclays, Ferrero, 3M, BAIC | 7 | | [[wiki/concepts/_index\|concepts/]] | Atomic knowledge extracted from Claude Code sessions | 109 | diff --git a/wiki/tech-patterns/_index.md b/wiki/tech-patterns/_index.md index 0accef4..7ce8296 100644 --- a/wiki/tech-patterns/_index.md +++ b/wiki/tech-patterns/_index.md @@ -38,6 +38,7 @@ Recurring technology stacks used across Oliver Agency projects. Each article cov | [[wiki/tech-patterns/git-worktrees-parallel-claude-sessions\|Using Git Worktrees for Parallel Claude Development Sessions]] | Use git worktrees when you need to run multiple independent Claude sessions simultaneously on differ | — | | [[wiki/tech-patterns/public-share-link-review\|Public Share-Link Review Pattern]] | Signed-token public endpoint for client approve/reject without login — HMAC token, 409 double-submit guard, conditional UI buttons | — | | [[wiki/tech-patterns/azure-ad-sso-migration-user-isolation\|Azure AD SSO Integration with User Isolation]] | When migrating an existing application from local authentication to Azure AD Single Sign-On (SSO), r | — | +| [[wiki/tech-patterns/recovering-corrupted-caption-metadata-after-failed-translations\|Recovering Corrupted Caption Metadata After Failed Translations]] | When VTT caption files exist in cloud storage (GCS) but their URI references have been deleted from | — | ## Quick Decision Guide