Skip to content

New Sidebar

Pre-release
Pre-release
Compare
Choose a tag to compare
@iris-liu0312 iris-liu0312 released this 13 Apr 21:47
· 69 commits to master since this release
e910fb2

New Features

  • Scripts to help with curation. preprocess.py to ensure children_gates exist and child lists have comment fields. Ensures bare minimum requirements necessary to be visualized in the graph.
  • Entity nodes are also editable through the sidebar.
  • Sidebar UI overhaul.
    image

Bug Fixes

  • deployment scripts and file clean up
  • all sidebar fields are editable and changes are reflected in the JSON and graph

Known Bugs

  • For nodes where name and comment fields are identical, comment will not affect name field in updating. This is on purpose, as comment can refer to a different field from name in the event list, e.g. name: Outbreak, comment: container node.
    • Updating name will not update comment in the sidebar for the aforementioned nodes.

What's Changed

Full Changelog: v0.5.5...v0.6