Feature: Add tag/source browser for configured connections#231
Merged
Conversation
smithaldon1
commented
May 26, 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.
Summary
Closes #217.
/tag-source-browserProtocol Operations page for configured OPC-UA nodes, MQTT topics, and BACnet objects.Test Evidence
cd apps/web && npm test-> 18 passedcd apps/web && npm run lint-> passedcd apps/web && npm run typecheck-> passedcd apps/web && npm run build-> passedcd apps/web && PLAYWRIGHT_API_PORT=8001 PLAYWRIGHT_WEB_PORT=3001 PLAYWRIGHT_BASE_URL=http://127.0.0.1:3001 npm run test:e2e-> first sandbox run failed to bind127.0.0.1:8001; reran with approved local port access -> 1 passedmake test-> 266 passedmake lint-> passedmake typecheck-> passedmake docs-> passed; docs are Markdown-only and no docs checker is configured yetgit diff --check-> passedDocs Impact
apps/web/README.mdwith the new route and read-only behavior.docs/LEARNING_LOG.mdwith what changed, how the derived source browser works, and the next learning step.Follow-up Work