Compare commits
No commits in common. "a9d16ec90ed6522562fb8057b195d243b7333ed1" and "6d71ecbba01e49d7282a9f67f0612201350d1a4b" have entirely different histories.
a9d16ec90e
...
6d71ecbba0
22 changed files with 1 additions and 66 deletions
|
|
@ -1,14 +1,3 @@
|
||||||
TUI v0.1
|
add TUI binary
|
||||||
|
|
||||||
build a TUI binary for ent which mirrors the CLI functionality
|
build a TUI binary for ent which mirrors the CLI functionality
|
||||||
|
|
||||||
- [ ] issues list (88d5111fd6e59802d0b839ff1fd6bf71)
|
|
||||||
- [ ] filtering(?)
|
|
||||||
- [ ] show issue preview (bd00a62f9d7c77fd8dd0da5d20aa803d)
|
|
||||||
- [ ] show issue detail
|
|
||||||
- [ ] show issue comments
|
|
||||||
- [ ] commands
|
|
||||||
- [ ] new ($EDITOR)
|
|
||||||
- [ ] edit ($EDITOR)
|
|
||||||
- [ ] comment ($EDITOR)
|
|
||||||
- [ ] state
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
tui/v0.1
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
allow adding / removing dependencies from CLI
|
|
||||||
|
|
||||||
allow user to add / remove dependencies from the CLI
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
cli
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
sigil-03
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
issues list
|
|
||||||
|
|
||||||
add issues list to TUI
|
|
||||||
|
|
||||||
REQ:
|
|
||||||
- [ ] list issues
|
|
||||||
|
|
||||||
STRETCH:
|
|
||||||
- [ ] filter issues
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
inprogress
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
tui/v0.1
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
sigil-03
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
issue preview
|
|
||||||
|
|
||||||
show a preview of the issue:
|
|
||||||
- [ ] author
|
|
||||||
- [ ] ID
|
|
||||||
- [ ] tags
|
|
||||||
- [ ] description preview
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
inprogress
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
tui/v0.1
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
sigil-03
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
issue detail
|
|
||||||
|
|
||||||
show details about the issue
|
|
||||||
* potentially seperate screen?
|
|
||||||
* allow scrolling
|
|
||||||
* show comments
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
inprogress
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
tui/v0.1
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
sigil-03
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
commands
|
|
||||||
|
|
||||||
allow calling commands from the TUI. commands that open an editor will open the system editor and then return to the TUI when complete.
|
|
||||||
|
|
||||||
- [ ] new
|
|
||||||
- [ ] edit
|
|
||||||
- [ ] commant
|
|
||||||
- [ ] state
|
|
||||||
- [ ] assign
|
|
||||||
- [ ] ...?
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
backlog
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
tui/v0.1
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
make `ent new` output issue ID
|
|
||||||
|
|
||||||
|
|
||||||
when the `ent new` command is invoked, it should also return the issue ID to STDOUT
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
cli
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue