-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
062339d
commit 1a03701
Showing
4 changed files
with
66 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Todo | ||
|
||
## Core | ||
|
||
- [ ] Documentation | ||
|
||
- [ ] Tree view should be rendered as a Directed Acyclic Graph | ||
|
||
- [ ] Sync options for list view | ||
|
||
- [ ] Search trace enhancement: visibility controls | ||
|
||
- [ ] Command system | ||
|
||
## Enhancement | ||
|
||
- [ ] UI improvements | ||
|
||
- [ ] Demos and recipes | ||
|
||
- [ ] Solver-first pipe adapter | ||
|
||
- [ ] CLI adapter | ||
|
||
- [ ] Search trace enhancement: tag/clear control flow events | ||
|
||
- [ ] Search trace enhancement: YAML | ||
|
||
- [ ] Expose renderer interface | ||
|
||
## Bugs | ||
|
||
- [ ] Queries get stuck in a loop due to setting layer properties to bad values | ||
|
||
- [ ] Layers sometimes don't render | ||
|
||
- [ ] Layers are unordered | ||
|
||
- [ ] Steps should reset to sane value after a layer is cleared |