Add protocol Connections page#225
Merged
Merged
Conversation
smithaldon1
commented
May 24, 2026
Member
Author
smithaldon1
left a comment
There was a problem hiding this comment.
Reviewed and approved for merge
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.
Closes #212
Summary
/connectionsto the operator-console Workbench and promote the sidebar Connections slot from planned to a real route.+add button, and the connections table.+button that opens a profile-definition modal.Test Evidence
npm test- passed, 16 tests.npm run lint- passed.npm run typecheck- passed.npm run build- passed;/connectionsincluded as a dynamic route.npm run test:e2e- blocked becausehttp://127.0.0.1:8000/healthwas already used by an existing local API server.npx playwright test --config /private/tmp/fip-issue212.playwright.config.jsagainst the existing local API/web servers on ports 8000/3000 - passed, 1 test, including the simplified Connections page, opening the add modal, creating a disabled OPC-UA profile, reopening the modal from the display-name table link with prefilled values, and running the read-only test flow.make docspassed,make lintpassed,make typecheckpassed,make testpassed with 239 tests.git diff --checkandgit diff --cached --check- passed.Docs Impact
apps/web/README.mdwith/connections, connection profile API client coverage, the modal/table interaction, and the no-ingestion/no-writeback boundary.docs/LEARNING_LOG.mdwith the Connections page learning summary.Follow-up Work