Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.03 KB

TODO.md

File metadata and controls

26 lines (24 loc) · 1.03 KB

TODOs

A list of TODOs in no particular order.

  • Typed Nodes/Edges
    • Make Graph generic with Graph<N extends Node, E extends Edge<? extends Node, ? extends Node>> and enforce tag hierarchy and attributes with explicit types
    • BasicGraph extends Graph<Node,Edge>
    • Typed queries (Graph subtypes)
  • IBinder examples
    • Hello World
    • Buffer overflow
  • Documentation
    • Philosophy
    • Basic usage examples
  • Algorithms
    • Standard graph algorithms
  • Visualization
    • Compound Dagre support - cytoscape/cytoscape.js#844
    • Autosize nodes for title
    • Node icons
    • Collapse/expand support
    • Smart views JavaScript example
    • Selected properties details view
    • Export jpeg/png
    • Resizable vertical view
    • Jupyter Notebook security issues (Resource 1, Resource 2)