vault backup: 2026-04-29 11:52:36
This commit is contained in:
parent
ea4d5d6565
commit
7beaa43cd7
3 changed files with 25 additions and 1 deletions
|
|
@ -74,6 +74,14 @@ sudo systemctl status ford-qc-hotfolder.service
|
|||
| 2026-03-16 | Make Ranger ptvl pattern configurable via profile |
|
||||
|
||||
## Sessions
|
||||
### 2026-04-29 – Check which commit contains the image
|
||||
**Asked:** Check which commit contains the image pack naming feature and deploy it to production.
|
||||
**Done:** Identified commit 16bbd98 on origin/main with deployment command ready for the production server.
|
||||
|
||||
### 2026-04-29 – Find the commit implementing the GPAS
|
||||
**Asked:** Find the commit implementing the GPAS zip filename naming convention and prepare it for production deployment.
|
||||
**Done:** Located commit `16bbd98` with the GPAS naming check; clarified deployment path requires server-side git pull and service restart on `box-cli-01`.
|
||||
|
||||
### 2026-04-29 – Asked | Done | Log
|
||||
**Asked:** Asked | Done | Log
|
||||
**Done:** Add validation checks for linking record top section fields | Implemented format validation for market (3 alphabetic chars), model (dynamic list), year (YYY format), and header fields | LinkingRecord.ts, ValidationRules.ts
|
||||
|
|
@ -165,6 +173,8 @@ sudo systemctl status ford-qc-hotfolder.service
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-04-29 | Image pack naming | Updated naming format from _image.zip to _GPAS.zip, added validation check | FORD_ASSET_PACK_QC_DEV service |
|
||||
| 2026-04-29 | GPAS filename validation | Added _GPAS.zip naming check, removed _image.zip legacy support | Image pack validator, deployment config |
|
||||
| 2026-04-29 | Pushed code to Git and deployed to dev server | Committed 3 files to main branch (5abd481) and restarted ford-qc-hotfolder service on dev with successful git pull | ford_qc_git_dev/ford_qc, service config |
|
||||
| 2026-04-29 | Linking record validation | market length/alphabet check, year format check, model allowlist validation | LinkingRecord.ts, ValidationSchema.ts |
|
||||
| 2026-04-29 | Validation checks | Added market/model/year format validation, removed obsolete function | unzip_and_verify_check.py, linking_record_validator.py |
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ server: optical-web-1
|
|||
tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb]
|
||||
created: 2026-04-14
|
||||
last_commit: 2026-04-29
|
||||
commits: 232
|
||||
commits: 233
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
|
@ -83,6 +83,10 @@ Pipeline phases:
|
|||
| 2026-03-03 | Add download assets panel + VTT file upload to QC review |
|
||||
|
||||
## Sessions
|
||||
### 2026-04-29 – Check Video Accessibility tool for existing
|
||||
**Asked:** Check Video Accessibility tool for existing version control, user action logging, and cost tracking implementation, then remove a specific AI cost dashboard link.
|
||||
**Done:** Verified `create_indexes` is commented out and manually created vtt_versions indexes via MongoDB container.
|
||||
|
||||
### 2026-04-29 – Check Video Accessibility tool for existing
|
||||
**Asked:** Check Video Accessibility tool for existing version control, user action log, and cost tracker implementations.
|
||||
**Done:** Verified merge to main, deployed to optical server, confirmed all 7 containers healthy and running.
|
||||
|
|
@ -250,6 +254,7 @@ Pipeline phases:
|
|||
## Change Log
|
||||
| Date | Requested | Changed | Files |
|
||||
|------|-----------|---------|-------|
|
||||
| 2026-04-29 | Video Accessibility tool | Uncommented/enabled index creation, removed cost.oliver.agency link | Database indexes, configuration files |
|
||||
| 2026-04-29 | Video Accessibility features | Version control, user action log, cost tracker implementation status verified | cost.oliver.agency removed, containers deployed |
|
||||
| 2026-04-29 | Cost dashboard link fix | Updated button link to https://optical-dev.oliver.solutions/cost-tracker/analytics, reverted inline links | UserList.tsx, QCDetail.tsx, FinalDetail.tsx |
|
||||
| 2026-04-29 | Cost tracker URL fix | Revert QCDetail and FinalDetail URLs, update UserList button only | UserList.tsx, QCDetail.tsx, FinalDetail.tsx |
|
||||
|
|
|
|||
|
|
@ -107,3 +107,12 @@ tags: [daily]
|
|||
- 11:48 | `ford_qc`
|
||||
- **Asked:** Asked | Done | Log
|
||||
- **Done:** Add validation checks for linking record top section fields | Implemented format validation for market (3 alphabetic chars), model (dynamic list), year (YYY format), and header fields | LinkingRecord.ts, ValidationRules.ts
|
||||
- 11:50 (<1min) | `ford_qc`
|
||||
- **Asked:** Find the commit implementing the GPAS zip filename naming convention and prepare it for production deployment.
|
||||
- **Done:** Located commit `16bbd98` with the GPAS naming check; clarified deployment path requires server-side git pull and service restart on `box-cli-01`.
|
||||
- 11:50 | `video-accessibility`
|
||||
- **Asked:** Check Video Accessibility tool for existing version control, user action logging, and cost tracking implementation, then remove a specific AI cost dashboard link.
|
||||
- **Done:** Verified `create_indexes` is commented out and manually created vtt_versions indexes via MongoDB container.
|
||||
- 11:51 | `ford_qc`
|
||||
- **Asked:** Check which commit contains the image pack naming feature and deploy it to production.
|
||||
- **Done:** Identified commit 16bbd98 on origin/main with deployment command ready for the production server.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue