Dashboard · culture fingerprint
The shortlist ranks against your fingerprint.
Define the weighted culture dimensions the screening interview runs against — what counts as ownership, what flips a candidate, where knockout applies. The trait descriptions feed the regex engine; the weights shape the per-candidate scorecard the morning shortlist ships with.
- Trait descriptions
- Weight 0–100
- Knockout toggle
How the fingerprint reaches the shortlist
Five rows, one singleton.
Each Save persists to one row in the company DB. The screening interview reads the same row on submit, so the weights and knockout toggles travel end-to-end — no second config file to keep in sync.
- Refresh-safe. Refreshing the page re-hydrates from the singleton row — local edits stay in component state until you Save.
- Read by /interview. The screening-interview page reads the same fingerprint via the /api/culture-fingerprint route handler.
- Knockouts apply first. A candidate who misses a knockout dimensions is auto-rejected before scoring — the shortlist only ever ranks compatible fits.
Loading fingerprint…