Portal: unified-design surfaces (Policies, Users, Components, Agent Builder, Editor deploy) + Settings rebuild#6696
Open
reecebrowne wants to merge 9 commits into
Open
Portal: unified-design surfaces (Policies, Users, Components, Agent Builder, Editor deploy) + Settings rebuild#6696reecebrowne wants to merge 9 commits into
reecebrowne wants to merge 9 commits into
Conversation
…er; rework Documents into a review queue; add Infrastructure Models tab Build out the portal surfaces from the unified design — all tier-aware, mock-driven (MSW), componentised with Storybook coverage: - Policies: org-wide governance across the five categories (Ingestion, Security, Compliance, Routing, Retention) with a designer + per-doc-type overrides - Users: team members, roles, invites, tier-scaled SSO/SCIM access controls - Components: embeddable @stirling/* SDK widget catalogue with per-action pricing - Getting started: three-step funnel (use case -> analyse a document -> API key + snippets) - Agent Builder: agent lifecycle — scenarios, tool modes, evals/golden sets, version history - Documents: reworked from a doc-type catalogue into a review/approval queue (confidence, extractions, audit, zero-standing-access elevation); the catalogue is retained as a second tab - Infrastructure: new Models tab (catalogue + routing rules) Wire routes, nav, icons and mock handlers; document the new endpoints in MOCKS.md.
…rk to 'Stirling Processor'
…timeout, early-access) — tier-gated
…eployment
- Home: surface the five policy categories ("What runs on your PDFs") with
configure/turn-on links into Policies, a tier-aware processing-status strip,
and a pipeline-fork wizard over starter templates
- Pipelines: golden-set pass column on the deployed fleet + a "Promoted from
the Editor" section with promote-to-policy
- Infrastructure → Security: encryption key management (managed / BYOK / HYOK)
and compliance attestations (SOC 2, ISO 27001, HIPAA, GDPR, PCI)
- Editor deployment: a portal surface to deploy, pair, and operate the editor
(targets, pairing methods, health, credential rotation, air-gapped bundle),
reached from Infrastructure
- App switcher labels the active app "Processor"
Extract a reusable two-pane settings layout (grouped left-nav rail + content pane with sticky header and footer) into shared/components, modelled on the editor's account-settings modal so both apps can present settings the same way. Rebuild the portal Settings on it: replace the flat horizontal tabs with grouped scopes — Account (Profile, Appearance, Notifications), Workspace (General), Admin (Authentication, Active sessions, Early access) — splitting the former Preferences/Admin tabs into their own sections.
…e); group Users with the operational surfaces
…the design); remove orphaned Placeholder view
Contributor
🚀 V2 Auto-Deployment Complete!Your V2 PR with embedded architecture has been deployed! 🔗 Direct Test URL (non-SSL) http://54.175.155.236:6696 🔐 Secure HTTPS URL: https://6696.ssl.stirlingpdf.cloud This deployment will be automatically cleaned up when the PR is closed. 🔄 Auto-deployed for approved V2 contributors. |
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.
Builds the remaining developer-portal surfaces from the unified design and rebuilds Settings, on top of the portal scaffold merged in #6686. All tier-aware, mock-driven (MSW), componentised with Storybook coverage. Touches only
frontend/portal+frontend/shared— the editor is untouched.New surfaces
@stirling/*SDK catalogue with per-action pricingReworks
Settings & shared
SettingsShell(grouped left-nav + content pane), modelled on the editor's account-settings modal so both apps can converge on one layoutBrand
Mock contract
api/*→ MSW handler → fixtures); new endpoints documented inMOCKS.md. The read contract is backend-ready; writes are marked// TODO(backend): <METHOD> <path>.Verification
build:portal✓ ·storybook:build✓ · Prettier ✓Deferred (noted, not in scope)
SettingsShell; converting marked write-stubs into liveapi/seams