Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.12 KB

TODO.md

File metadata and controls

36 lines (30 loc) · 1.12 KB

TODO

big graph support in web

  • fix touch, no zoom on phone and clicks on nodes
  • highligh selected node edges and maybe one step nodes

bug / improvment

  • check why right and right_explicit return different result, it's in place.rs looks like it depends from order, just mirror graph if first level node on the right.

graph

  • fix graph::add_edge
  • make graph api consistent, migrate loops to it
  • ns: remove length?
  • ns: unify shift
  • pass layers between functions
  • rewrite code for lines in draw?
  • calculate nodes size base on text, trim
  • same level edges, self edges, back edges, duplicated edges
  • implement search for layer with min nodes in ns top bottom
  • debug only asserts

BUGS:

  • same level lines, but it's not possible without minlen attribute

web

graph next

  • add parameter to name svg graph nodes (now svg_<node_name>)
  • full dot parser
  • implement good edges visualization follow the doc
  • collapse/multiply links between same nodes
  • ports