vault backup: 2026-05-07 16:47:31
This commit is contained in:
parent
12fa1f5b34
commit
3a2fdde71d
4 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue