feat: [EXA-1489] Prototypical node_view tracking setup#283
Draft
Samuel Durkin (FailedSitcom) wants to merge 5 commits into
Conversation
Ports the node view debug setup from the EXA-1487 backup stash, cleaned up for this branch: fixes autoTrackNodeInteraction naming, removes redundant manual attribute spreading, and restructures NodeViewDebugPanel into sub-components to stay within complexity and line-count limits. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extracts NodeViewTrackingSection and NodeViewDebugPanel from HomePage into a dedicated ExoPage at /exo, keeping the home page focused on entry tracking and live updates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ingSection Starts the tracked node as an empty shell; add/clear buttons let the user verify that the MutationObserver picks up dynamically added children. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n NodeViewTrackingSection Replaces the single flat node with nested Experience (outer) and Fragment (inner) nodes backed by a two-layer sourceMap. The Fragment carries a parentExperienceId in its exo_view payload, and child elements can be added dynamically to verify MutationObserver detection inside the Fragment node. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…h tracking to data attributes Replace useOptimizedNode with direct data-ctfl-* attributes consumed by autoTrackNodeInteraction, add recursive NestedFragment to demonstrate Fragment hierarchy, and simplify NodeViewDebugPanel by removing helpers, controls, and sub-components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
ExOpath toreact-web-sdkimplementation for testingnode-viewevents in the pipelineExOroute renders recursive Fragment elements to verify structure