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

Fix Vega Scene Graph Errors after Confirming Output Cohorts #67

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

keckelt
Copy link
Member

@keckelt keckelt commented Oct 14, 2023

Closes https://github.com/Caleydo/cohort/issues/720

Developer Checklist (Definition of Done)

Issue

  • All acceptance criteria from the issue are met
  • Tested in latest Chrome/Firefox

UI/UX/Vis

  • Requires UI/UX/Vis review
    • Reviewer(s) are notified (tag assignees)
    • Review has occurred (link to notes)
    • Feedback is included in this PR
    • Reviewer(s) approve of concept and design

Code

  • Branch is up-to-date with the branch to be merged with, i.e., develop
  • Code is cleaned up and formatted
  • Unit tests are written (frontend/backend if applicable)
  • Integration tests are written (if applicable)

PR

  • Descriptive title for this pull request is provided (will be used for release notes later)
  • Reviewer and assignees are defined
  • Add type label (e.g., bug, feature) to this pull request
  • Add release label (e.g., release: minor) to this PR following semver
  • The PR is connected to the corresponding issue (via Closes #...)
  • Summary of changes is written

Summary of changes

  • Searchbar: Update Tasks when searchbar is cleared
  • AttributeColumn/MiniVisualization: Remove Vega visualizations properly if column is removed (didn't throw an error yet, but still)
  • Filter Task: The vega view will be destroyed as soon as show is called, as it will be replaced/removed anyway.
    the second call of this.vis.destroy() in Filter.ts is still necessary, in case the user changes the visualization (e.g., Kaplan-Meier to Density)

Screenshots

Additional notes for the reviewer(s)

Thanks for creating this pull request 🤗

@keckelt keckelt added priority: low release: minor PR merge results in a new minor version type: bug Something isn't working labels Oct 14, 2023
@keckelt keckelt requested a review from thinkh October 14, 2023 05:18
@keckelt keckelt self-assigned this Oct 14, 2023
@keckelt keckelt marked this pull request as ready for review October 17, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low release: minor PR merge results in a new minor version type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants