Skip to content

Event visualization composable #8007

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

Open
wants to merge 6 commits into
base: 7936-add-discrete-event-visualization
Choose a base branch
from

Conversation

shefalijoshi
Copy link
Contributor

@shefalijoshi shefalijoshi commented Mar 18, 2025

Closes

Describe your changes:

  • Add new composable for extended lines
  • Remove extended lines bus and all references

TODO:

Update yamcs and viper to exclude the extended lines bus from plugin.

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?

Copy link

codecov bot commented Mar 18, 2025

Codecov Report

Attention: Patch coverage is 63.38028% with 26 lines in your changes missing coverage. Please review.

Project coverage is 57.09%. Comparing base (c1f7243) to head (6f97117).

Files with missing lines Patch % Lines
...rc/plugins/events/components/EventTimelineView.vue 0.00% 12 Missing ⚠️
src/plugins/timeline/TimelineObjectView.vue 0.00% 8 Missing ⚠️
src/ui/composables/extendedLines.js 86.36% 6 Missing ⚠️
Additional details and impacted files
@@                            Coverage Diff                            @@
##           7936-add-discrete-event-visualization    #8007      +/-   ##
=========================================================================
+ Coverage                                  57.02%   57.09%   +0.07%     
=========================================================================
  Files                                        686      686              
  Lines                                      27783    27814      +31     
  Branches                                    2735     2731       -4     
=========================================================================
+ Hits                                       15842    15880      +38     
+ Misses                                     11596    11589       -7     
  Partials                                     345      345              
Flag Coverage Δ
e2e-ci 62.98% <86.95%> (-0.01%) ⬇️
e2e-full 23.52% <6.52%> (-0.08%) ⬇️
unit 48.85% <29.57%> (+0.02%) ⬆️
Files with missing lines Coverage Δ
src/plugins/events/EventTimelineViewProvider.js 95.23% <ø> (ø)
src/plugins/events/plugin.js 100.00% <100.00%> (ø)
src/plugins/timeline/ExtendedLinesOverlay.vue 71.42% <100.00%> (+71.42%) ⬆️
src/plugins/timeline/TimelineViewLayout.vue 50.45% <ø> (+0.87%) ⬆️
src/plugins/timeline/TimelineViewProvider.js 100.00% <ø> (ø)
src/plugins/timeline/plugin.js 100.00% <100.00%> (ø)
src/ui/composables/extendedLines.js 86.36% <86.36%> (ø)
src/plugins/timeline/TimelineObjectView.vue 0.00% <0.00%> (ø)
...rc/plugins/events/components/EventTimelineView.vue 1.50% <0.00%> (+0.10%) ⬆️

... and 3 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 c1f7243...6f97117. 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.

></div>
<template v-if="lineData.enabled">
<div
v-for="(line, index) in lineData.lines"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the index variable could have a more explicit name, like lineIndex

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.

2 participants