WSA Implementation - #507
Open
mudhoney wants to merge 22 commits into
Open
Conversation
… 2 letter eventpin
…ersion needed anymore
Drop eventsState from postScreenshot/postMovie schemas in favor of the canonical event_selections + event_visibility_selections pair; add the two shared sub-schemas, reuse event_selections in eventsDataCoverage, and allow WSA in event_layers (client_state). Strip eventsState from the affected postScreenshot validation fixtures.
…y Read events per frame on demand (memory-bounded), consume the events APIs {dx,dy} directly, filter marker_visibility, and wire the new request shape through screenshot/movie endpoints. Movie worker reads new-shape rows directly; existing rows are converted by the migration scripts.
…vity events fell back to UNK.png for lack of an MC marker. Add MC.png + MC@2x.png
…ns optional event_selections= (semicolon-separated SOURCE>>Label[>>FRM]), preferred over legacy events=; eventLabels applies to both. Both persist the new event_selections + event_visibility_selections blob.
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.
Adds WSA as an event source and migrates all events-state handling from the legacy eventsState tree to the new
event_selections + event_visibility_selections shape, end to end.
WSA source
New events payload shape
EventContext
Retire the legacy path
New endpoint + stats
Data migration
Config / tooling / docs
default should stay events.helioviewer.org).
Follow-ups (not in this PR)