Skip to content

feat: add SSI suite entry point - #12

Merged
Raafet57 merged 1 commit into
mainfrom
feat/ssi-unified-ui-integration
May 7, 2026
Merged

feat: add SSI suite entry point#12
Raafet57 merged 1 commit into
mainfrom
feat/ssi-unified-ui-integration

Conversation

@Raafet57

@Raafet57 Raafet57 commented May 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a first-class /ssi route for SSI Control Tower inside the root Payment Intelligence Modules suite.
  • Surface SSI in the header nav and home module grid with a Backend posture, while keeping the page static and fetch-free.
  • Refresh README/ROADMAP/HANDOFF docs and add Vitest + Playwright coverage for route integration and privacy boundaries.

Privacy / architecture boundary

  • Root Vite/React suite remains static/browser-only.
  • /ssi does not call the FastAPI app, iframe it, fetch status, use storage, use telemetry, or link to localhost.
  • SSI Control Tower remains the separate folded backend module under apps/ssi-control-tower/.

Verification

  • pnpm verify
  • pnpm test:e2e
  • git diff --check
  • cd apps/ssi-control-tower && make test
  • static secret scan over 11 changed/untracked files: 0 findings
  • independent read-only Codex diff review: APPROVE

Add a static /ssi route, home tile, and nav entry for the folded SSI Control Tower backend module. Document the root browser-runtime boundary and cover the route with unit and Playwright privacy tests.
@Raafet57
Raafet57 merged commit 3e71236 into main May 7, 2026
1 check passed
@Raafet57
Raafet57 deleted the feat/ssi-unified-ui-integration branch May 7, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant