diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index 2eb6a9d..5eefaa8 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -392,6 +392,7 @@ Key env vars (see `.env.prod.example` for complete list): ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | Client-side UX audit | Flow logic breaks, UX inconsistencies, P0/P1 findings, RBAC documentation | Architecture notes, RBAC.md | | 2026-04-29 | Architecture review | User path analysis, logic breaks identification, plan restructure for multi-tenant SaaS | Application architecture documentation, UX workflow plan | | 2026-04-29 | Audit suite setup | Project context analysis, skill directory identification | evaluation_coordinator_runtime_contract.md, evaluation_summary_contract.md | | 2026-04-29 | Platform audit | Remove F401 unused import, document pre-existing style issues | routes_clients.py | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index b785366..8047abc 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -443,3 +443,6 @@ tags: [daily] - 17:46 | `video-accessibility` - **Asked:** Review the client user path in the application and identify all logic breaks, inconsistencies, and UX issues that need improvement. - **Done:** Conducted architecture review and identified UX problems; created a revised plan focused on SaaS multi-tenant structure and staff workflows with consistency criteria by user roles. +- 17:50 | `video-accessibility` + - **Asked:** Review client-side flow for logic breaks, inconsistencies, and UX issues using architecture and Obsidian. + - **Done:** Analyzed application flow, identified Production-specific findings, and updated P0/P1 priority sections with RBAC links. diff --git a/wiki/_master-index.md b/wiki/_master-index.md index 283184b..3e5db27 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 | 13 | +| [[wiki/tech-patterns/_index\|tech-patterns/]] | Recurring tech stacks: FastAPI, React/Vite, Next.js, Azure AD, AI, Box, One2Edit, Redis/Celery, cost-tracker | 14 | | [[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 | 10 | | [[wiki/client-knowledge/_index\|client-knowledge/]] | Per-client notes for Ford, H&M, L'Oréal, Barclays, Ferrero, 3M | 6 | | [[wiki/concepts/_index\|concepts/]] | Atomic knowledge extracted from Claude Code sessions | 61 | diff --git a/wiki/tech-patterns/_index.md b/wiki/tech-patterns/_index.md index 4d9d03f..aa9823c 100644 --- a/wiki/tech-patterns/_index.md +++ b/wiki/tech-patterns/_index.md @@ -27,6 +27,7 @@ Recurring technology stacks used across Oliver Agency projects. Each article cov | [[wiki/tech-patterns/cost-tracker-integration\|cost-tracker-integration]] | **Connect any project to ai-cost-tracker**: API key → httpx client → preflight/record pattern → budgets. Live at `optical-dev.oliver.solutions/cost-tracker/` | All Oliver projects | | [[wiki/tech-patterns/cost-tracker-pricing-sources\|cost-tracker-pricing-sources]] | Three-layer pricing: LiteLLM auto-sync > YAML (non-LLM) > admin override; historical `effective_from/to` | ai-cost-tracker | | [[wiki/tech-patterns/cost-tracker-providers\|cost-tracker-providers]] | Billing units per provider: Gemini `usage_metadata` tokens, ElevenLabs/GCP TTS `len(text)` chars | All AI projects | +| [[wiki/tech-patterns/runtime-credential-rotation-admin-panel\|Runtime Credential Rotation with Admin Panel]] | When you need to allow administrators to update time-sensitive API credentials (like monthly token r | — | ## Quick Decision Guide