feat: add SSI public evidence control tower - #13
Merged
Conversation
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
Implements the SSI Control Tower public-evidence command-centre slice:
/api/v1/dashboard/operator-summarywith today risk, T+1 blockers, pending approvals, aging exceptions, export readiness, and changed-since-yesterday counts./exceptions/{exception_id}detail pages with root cause, impacted market/currency/asset, owner, recommended action, evidence required, approval path, audit trail, and SLA/age context./demoand/demo/step/{n}guided import -> exception -> remediation -> approval -> export narrative from synthetic public-evidence-derived patterns./public-evidencepage for the sanitized methodology/source list.Privacy / scope guardrails
****./ssiremains a static backend-module entry point. No iframe/proxy/root API/backend fetch/telemetry/storage coupling was added.Verification
2 passed30 passedcd apps/ssi-control-tower && make test:109 passedpython3 -m ruff check apps/ssi-control-tower: passedpnpm verify: passed, including Vitest230 passedpnpm test:e2e:21 passedgit diff --check: passedReview notes
Codex previously requested two requirement-coverage fixes, both now covered by tests:
changed_since_yesterday.Codex final review then requested explicit exception detail approval-path copy. The page now renders:
with regression coverage in
tests/test_exception_detail_page.py.