feat(compensation): refresh market benchmarks during discovery - #795
Open
ebarti wants to merge 3 commits into
Open
feat(compensation): refresh market benchmarks during discovery#795ebarti wants to merge 3 commits into
ebarti wants to merge 3 commits into
Conversation
ebarti
force-pushed
the
feat/discovery-compensation-refresh
branch
2 times, most recently
from
August 12, 2026 08:57
1228513 to
3181ec7
Compare
3 tasks
ebarti
force-pushed
the
feat/discovery-compensation-refresh
branch
from
August 12, 2026 12:52
3181ec7 to
a05d2e8
Compare
ebarti
force-pushed
the
feat/discovery-compensation-refresh
branch
from
August 12, 2026 17:00
a05d2e8 to
4995228
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CompensationFactsUpdatedevent before notifying in-process subscribers, preventing a projection subscriber from erasing the repository savepointWhy
Jobs with ingested posted salaries need reliable list/detail display, while jobs without posted pay need reusable, auditable market benchmarks. Discovery is the natural trigger for missing or stale role-family and country slices, but it must not silently opt into providers, erase the last good result, publish a partial estimate/event aggregate, or present inferred geography as direct evidence.
Validation
corepack pnpm python:teston the cumulative exact head — 3,584 passed, 2 skippedcorepack pnpm api:test— 57 files, 776 tests passedcorepack pnpm web:test— 324 files, 2,007 tests passedcorepack pnpm check— passedcorepack pnpm docs:build— passed, 9,651 references across 359 filesgit diff --check— passedStack
Depends on #794. Canonical public documentation and end-to-end UI lineage are completed in #796.