CLUE-450 Seismic Shared Model#2792
Merged
tealefristoe merged 23 commits intomasterfrom Mar 16, 2026
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add SharedSeismogram model with volatile seismogram, isLoading, loadError state and a loadData() flow action that fetches miniseed files from S3 - Register SharedSeismogram for WaveRunner and Timeline tile types - Move WaveformPanel component into shared-seismogram plugin - Update WaveRunnerContentModel to create/delegate to SharedSeismogram, add isWaveRunnerContentModel type guard - Wire Load Data and Timeline It! toolbar buttons using TileModelContext and AddTilesContext.addTileAfter - Update StatusAndOutput to read seismogram from shared model (no more auto-fetch on mount) - Update TimelineContentModel to expose seismogram from linked SharedSeismogram, add isTimelineContentModel type guard - Render full waveform in timeline tile when SharedSeismogram has data Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
collaborative-learning
|
||||||||||||||||||||||||||||
| Project |
collaborative-learning
|
| Branch Review |
seismic-shared-model
|
| Run status |
|
| Run duration | 03m 24s |
| Commit |
|
| Committer | Teale Fristoe |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
4
|
| View all changes introduced in this branch ↗︎ | |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2792 +/- ##
===========================================
- Coverage 85.99% 66.91% -19.09%
===========================================
Files 858 863 +5
Lines 47084 47265 +181
Branches 12242 12276 +34
===========================================
- Hits 40492 31626 -8866
- Misses 6579 15604 +9025
- Partials 13 35 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Jira stories:
https://concord-consortium.atlassian.net/browse/CLUE-450
https://concord-consortium.atlassian.net/browse/CLUE-451
https://concord-consortium.atlassian.net/browse/CLUE-458
https://concord-consortium.atlassian.net/browse/CLUE-459
This PR:
Note that this whole project is a work in progress, and many of the features included in this PR are incomplete or suboptimal. We'll be cleaning things up in future PRs.