Users
🔍
—
Loading...
One-Time Setup & Data Backfills
Migration helpers — run once after a deploy. Idempotent (safe to re-run).
Backfill Aircraft Ratings → Inspector
For every user with an aircraft rating that used to have trained=true, set can_inspect=true.
Brings legacy data forward into the inspector-only model.
Import Annual FAA Training Records
Reads data/bsa-annual-faa-training-records.json (parsed from BSA's Annual FAA Training spreadsheet) and writes a completion to each matching user.
Skips terminated employees. Idempotent on completion date.
Reconcile current_stock with stock_levels
Walks every part and resets inventory.current_stock to the true SUM of stock_levels. Fixes drift caused by lot consumption + scanner usage before the May 2026 sync fix. Idempotent.