Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7936 add discrete event visualization refactor #8004

Conversation

shefalijoshi
Copy link
Contributor

Closes

Describe your changes:

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this a notable change that will require a special callout in the release notes? For example, will this break compatibility with existing APIs or projects that consume these plugins?

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Has this been smoke tested?
  • Have you associated this PR with a type: label? Note: this is not necessarily the same as the original issue.
  • Have you associated a milestone with this PR? Note: leave blank if unsure.
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?

* Allow highlights and locking highlight points for plots in compact mode, but still disallow pan and zoom.

* Remove unnecessary watch on cursor guides and grid lines

* Test for cursor guides in compact mode
* migrate from actions/upload-artifact: v3 to v4.
https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md

* Add names for artifacts and allow overwriting them
…#7956)

* Ensure that the mode set when independent time conductor is enabled/disabled is propagated correctly.
Also ensure that global time conductor changes are not picked up by the independent time conductor when the user has enabled it at least once before

* Use structuredClone instead of deep copy

* Add e2e test

* Assert that you're in fixed mode after sync time conductor

* Comment explaining new time context test

* Change test to be a little less complicated

* Fix linting errors
… now is out of bounds (#7993)

* Account for right y-axes when calculating now line position.
Don't show the now line if it's out of bounds of the time axis

* Add test for now marker in realtime and out of bounds modes
…riority for eventtimelineviewprovider to HIGH.

Also add a condition to the eventtimelineview to reject objects that have imagery (this is to promote the imagerytimestripview to handle those objets)
1) reduce call to instance method
2) Use existing event line bus functionality
3) move non reactive properties to the created lifecycle hook
Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 27.84810% with 57 lines in your changes missing coverage. Please review.

Project coverage is 57.04%. Comparing base (32a0e15) to head (1aee416).
Report is 19 commits behind head on 7936-add-discrete-event-visualization.

Files with missing lines Patch % Lines
...rc/plugins/events/components/EventTimelineView.vue 0.00% 31 Missing ⚠️
src/plugins/timeline/TimelineViewLayout.vue 0.00% 8 Missing ⚠️
src/plugins/plot/MctPlot.vue 58.82% 3 Missing and 4 partials ⚠️
...Conductor/independent/IndependentTimeConductor.vue 0.00% 6 Missing ⚠️
src/ui/components/TimeSystemAxis.vue 20.00% 3 Missing and 1 partial ⚠️
src/api/time/IndependentTimeContext.js 85.71% 1 Missing ⚠️
Additional details and impacted files
@@                            Coverage Diff                            @@
##           7936-add-discrete-event-visualization    #8004      +/-   ##
=========================================================================
- Coverage                                  57.18%   57.04%   -0.15%     
=========================================================================
  Files                                        686      686              
  Lines                                      27825    27776      -49     
  Branches                                    2741     2735       -6     
=========================================================================
- Hits                                       15913    15846      -67     
- Misses                                     11569    11585      +16     
- Partials                                     343      345       +2     
Flag Coverage Δ
e2e-ci 63.01% <91.66%> (+0.13%) ⬆️
e2e-full 23.59% <0.00%> (-18.14%) ⬇️
unit 48.82% <18.98%> (+0.07%) ⬆️
Files with missing lines Coverage Δ
src/api/time/TimeAPI.js 91.17% <100.00%> (+0.26%) ⬆️
src/api/tooltips/ToolTipAPI.js 100.00% <ø> (ø)
src/api/tooltips/tooltipMixins.js 86.95% <ø> (ø)
src/plugins/events/EventTimelineViewProvider.js 95.23% <100.00%> (+0.23%) ⬆️
...rc/plugins/imagery/ImageryTimestripViewProvider.js 100.00% <ø> (ø)
src/plugins/imagery/components/ImageryTimeView.vue 72.77% <ø> (ø)
src/plugins/plot/PlotView.vue 72.00% <ø> (+2.76%) ⬆️
src/plugins/timeline/ExtendedLinesBus.js 75.00% <100.00%> (+25.00%) ⬆️
src/plugins/timeline/ExtendedLinesOverlay.vue 0.00% <ø> (ø)
src/plugins/timeline/TimelineObjectView.vue 0.00% <ø> (ø)
... and 6 more

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32a0e15...1aee416. Read the comment docs.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant