From 8dbab76011e61fe305a2c475c9003e0fe1202253 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 12 Oct 2020 18:21:33 +0200 Subject: [PATCH] GraphView comments --- lib/screens/graph_view.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/screens/graph_view.dart b/lib/screens/graph_view.dart index b350689a..738a4cba 100644 --- a/lib/screens/graph_view.dart +++ b/lib/screens/graph_view.dart @@ -218,3 +218,9 @@ class NodeWidget extends StatelessWidget { ); } } + +// TODO: +// - Place it somewhere in the middle and scroll to that position +// - Render the graph in a circular layout +// - Make start positions of Nodes not block +// - Figure out the ideal bounding box of the Graph (just make it double?)