vault backup: 2026-04-29 11:35:16

This commit is contained in:
Vadym Samoilenko 2026-04-29 11:35:16 +01:00
parent ba9389e7a7
commit 2e20e5f83c
2 changed files with 10 additions and 2 deletions

View file

@ -9,8 +9,8 @@ url:
server: optical-web-1
tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb]
created: 2026-04-14
last_commit: 2026-04-27
commits: 229
last_commit: 2026-04-29
commits: 230
---
## Overview
@ -69,6 +69,7 @@ Pipeline phases:
## Timeline / Git History
| Date | Change |
|------|--------|
| 2026-04-29 | feat: audit log integration sweep + cost tracker URL fix + audit log admin UI |
| 2026-04-27 | feat: integrate oliver-cost-tracker SDK into video-accessibility |
| 2026-04-16 | feat: add linguist role and user management navigation |
| 2026-03-27 | Add ElevenLabs API key to production env |
@ -82,6 +83,10 @@ Pipeline phases:
| 2026-03-03 | Add download assets panel + VTT file upload to QC review |
## Sessions
### 2026-04-29 Implement version control, user action logging,
**Asked:** Implement version control, user action logging, and cost tracking for video accessibility tool | Added version control system, user action log tracking, and cost tracker with total and per-user breakdown | VersionControl.ts, UserActionLog.ts, CostTracker.ts
**Done:** —
### 2026-04-29 Check video-accessibility logs on optical server
**Asked:** Check video-accessibility logs on optical server and investigate access issues.
**Done:** Found and fixed missing Azure environment variables in .env file causing authentication failures.

View file

@ -80,3 +80,6 @@ tags: [daily]
- 11:31 | `ford-gechub-sftp`
- **Asked:** Asked | Added email recipients to distribution list and modified report to use 90-day cumulative window | report_email.py, report_email_recipients.csv, CLAUDE.md
- **Done:**
- 11:34 (1min) | `video-accessibility`
- **Asked:** Implement version control, user action logging, and cost tracking for video accessibility tool | Added version control system, user action log tracking, and cost tracker with total and per-user breakdown | VersionControl.ts, UserActionLog.ts, CostTracker.ts
- **Done:**