865 B
865 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 dispatch a background job to generate 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 the job finishes.
Triage
- Acknowledge a finding; it should move out of the “new” view but remain visible/auditable.
Notes
- UI must remain DB-only for label resolution (no render-time Graph calls).
- Findings store minimal, sanitized evidence only.