Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FB-05 finish #20

Merged
merged 2 commits into from
Apr 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -308,6 +309,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

Expand Down