987 B
987 B
Quickstart: Drift MVP (044)
Run locally (Sail)
./vendor/bin/sail up -d
./vendor/bin/sail artisan queue:work --tries=1
Prepare data
- Open the admin panel and select a tenant context.
- Navigate to Inventory and run an Inventory Sync twice with the same selection (same
selection_hash).
Use Drift
- Navigate to the new Drift area.
- On first open, Drift will queue background generation and record status in a persisted run record.
- Generation produces findings for:
- baseline = previous successful run for the same
scope_key - current = latest successful run for the same
scope_key
- baseline = previous successful run for the same
- Refresh the page once generation finishes.
Triage
- Acknowledge a finding; it moves out of the default “new” view but remains visible/auditable.
- Use the status filter to include acknowledged findings.
Notes
- UI must remain DB-only for label resolution (no render-time Graph calls).
- Findings store minimal, sanitized evidence only.