Compare commits

..

No commits in common. "a9d16ec90ed6522562fb8057b195d243b7333ed1" and "6d71ecbba01e49d7282a9f67f0612201350d1a4b" have entirely different histories.

22 changed files with 1 additions and 66 deletions

View file

@ -1,14 +1,3 @@
TUI v0.1
add TUI binary
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

View file

@ -1 +0,0 @@
tui/v0.1

View file

@ -1,3 +0,0 @@
allow adding / removing dependencies from CLI
allow user to add / remove dependencies from the CLI

View file

@ -1 +0,0 @@
cli

View file

@ -1 +0,0 @@
sigil-03

View file

@ -1,9 +0,0 @@
issues list
add issues list to TUI
REQ:
- [ ] list issues
STRETCH:
- [ ] filter issues

View file

@ -1 +0,0 @@
inprogress

View file

@ -1 +0,0 @@
tui/v0.1

View file

@ -1 +0,0 @@
sigil-03

View file

@ -1,7 +0,0 @@
issue preview
show a preview of the issue:
- [ ] author
- [ ] ID
- [ ] tags
- [ ] description preview

View file

@ -1 +0,0 @@
inprogress

View file

@ -1 +0,0 @@
tui/v0.1

View file

@ -1 +0,0 @@
sigil-03

View file

@ -1,6 +0,0 @@
issue detail
show details about the issue
* potentially seperate screen?
* allow scrolling
* show comments

View file

@ -1 +0,0 @@
inprogress

View file

@ -1 +0,0 @@
tui/v0.1

View file

@ -1 +0,0 @@
sigil-03

View file

@ -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
- [ ] ...?

View file

@ -1 +0,0 @@
backlog

View file

@ -1 +0,0 @@
tui/v0.1

View file

@ -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

View file

@ -1 +0,0 @@
cli