From c1f711fdb671bede90ea8a747d106479605436f2 Mon Sep 17 00:00:00 2001 From: Joshua Carter Date: Fri, 26 Apr 2024 21:02:44 -0700 Subject: [PATCH 1/2] Document remaining work in reards to nodes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5ce54e1..8840b9a 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,16 @@ Use the Scrum Board to visually track the progress of tasks through the To Do, I - Debug functionality - Display junctions - Display comments +- Support for Complete, catch, status nodes +- Support for Link in, link cal, and link out nodes +- Config node support +- New layout (a la vscode): + - Primary side bar with file tree, config nodes, context data, info + - Secondary side bar with node palette and help browser + - Tabs up top + - Console on bottom (debug output) + - Light and dark modes (set somewhere in the header) + - All panels have close buttons and all panels can be toggled in header ## Flow Builder Development - Technical Details From 723e73a53ed439545fc7e8fee99031db4cfc6990 Mon Sep 17 00:00:00 2001 From: Joshua Carter Date: Fri, 26 Apr 2024 21:02:56 -0700 Subject: [PATCH 2/2] Move FB-05 to done --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8840b9a..f37947f 100644 --- a/README.md +++ b/README.md @@ -293,10 +293,11 @@ The backlog is organized by epic, with each task having a unique ID, description | To Do | In Progress | In Review | Done | | ----- | ----------- | --------- | ----- | -| | FB-05 | | FB-01 | +| | | | FB-01 | | | | | FB-02 | | | | | FB-03 | | | | | FB-04 | +| | | | FB-05 | ### Progress Tracking