New Sidebar
Pre-release
Pre-release
New Features
- Scripts to help with curation.
preprocess.py
to ensurechildren_gate
s exist andchild
lists havecomment
fields. Ensures bare minimum requirements necessary to be visualized in the graph. - Entity nodes are also editable through the sidebar.
- Sidebar UI overhaul.
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
andcomment
fields are identical,comment
will not affectname
field in updating. This is on purpose, ascomment
can refer to a different field fromname
in the event list, e.g. name: Outbreak, comment: container node.- Updating
name
will not updatecomment
in the sidebar for the aforementioned nodes.
- Updating
What's Changed
- Bug Fixes, Process Scripts by @iris-liu0312 in #18
- Deployment by @iris-liu0312 in #19
- tkinter by @iris-liu0312 in #20
- change port by @iris-liu0312 in #21
- Split server and local run scripts by @iris-liu0312 in #22
- Sidebar UI overhaul and bug fix by @iris-liu0312 in #23
- clean up and version up by @iris-liu0312 in #24
Full Changelog: v0.5.5...v0.6