Compare commits

...

27 commits

Author SHA1 Message Date
a9d16ec90e edit description of issue bd00a62f9d7c77fd8dd0da5d20aa803d 2025-07-14 23:20:46 -06:00
b9b1354c6c edit description of issue bdf44bd55fdecdfc1badcb7123d2a606 2025-07-14 23:20:27 -06:00
af19e7a0cd issue 7e2a3a59fb6b77403ff1035255367607 add tag cli 2025-07-14 23:20:01 -06:00
eb313bed7b create new issue 7e2a3a59fb6b77403ff1035255367607 2025-07-14 23:19:47 -06:00
03c832304c issue f14bd410300d6d8802d873c6b584c4aa add tag cli 2025-07-14 23:18:18 -06:00
0c5475b7f3 create new issue f14bd410300d6d8802d873c6b584c4aa 2025-07-14 23:17:56 -06:00
5c5963bb43 issue cc6607ad7565902b149e9836dd4f029c add tag tui/v0.1 2025-07-14 23:15:48 -06:00
a420da6f42 change state of issue cc6607ad7565902b149e9836dd4f029c, new -> backlog 2025-07-14 23:15:36 -06:00
6f87881128 change assignee of issue cc6607ad7565902b149e9836dd4f029c, None -> sigil-03 2025-07-14 23:15:15 -06:00
db9179fcfc create new issue cc6607ad7565902b149e9836dd4f029c 2025-07-14 23:15:03 -06:00
2d5c673c7e change state of issue bdf44bd55fdecdfc1badcb7123d2a606, new -> inprogress 2025-07-14 23:12:51 -06:00
b2a078bd24 change assignee of issue bdf44bd55fdecdfc1badcb7123d2a606, None -> sigil-03 2025-07-14 23:12:46 -06:00
109adf9218 issue bdf44bd55fdecdfc1badcb7123d2a606 add tag tui/v0.1 2025-07-14 23:12:41 -06:00
fcb5a5df35 create new issue bdf44bd55fdecdfc1badcb7123d2a606 2025-07-14 23:12:15 -06:00
320c60924e edit description of issue 5e1a860b3ab12ee297492d70d68711d8 2025-07-14 23:11:01 -06:00
86a57cd67d change state of issue 88d5111fd6e59802d0b839ff1fd6bf71, new -> inprogress 2025-07-14 23:09:41 -06:00
a5f2b02306 change state of issue bd00a62f9d7c77fd8dd0da5d20aa803d, new -> inprogress 2025-07-14 23:08:58 -06:00
256c5d0340 change assignee of issue 88d5111fd6e59802d0b839ff1fd6bf71, None -> sigil-03 2025-07-14 23:08:40 -06:00
5c82892f21 change assignee of issue bd00a62f9d7c77fd8dd0da5d20aa803d, None -> sigil-03 2025-07-14 23:08:01 -06:00
8b36b616fb issue bd00a62f9d7c77fd8dd0da5d20aa803d add tag tui/v0.1 2025-07-14 23:07:34 -06:00
91490016b3 edit description of issue bd00a62f9d7c77fd8dd0da5d20aa803d 2025-07-14 23:07:27 -06:00
bc13712091 create new issue bd00a62f9d7c77fd8dd0da5d20aa803d 2025-07-14 23:06:59 -06:00
38469ab435 edit description of issue 5e1a860b3ab12ee297492d70d68711d8 2025-07-14 23:04:44 -06:00
b3ce6ad13a issue 88d5111fd6e59802d0b839ff1fd6bf71 add tag tui/v0.1 2025-07-14 23:02:15 -06:00
656a687b1c issue 5e1a860b3ab12ee297492d70d68711d8 add tag tui/v0.1 2025-07-14 23:01:45 -06:00
1a2d5c8634 create new issue 88d5111fd6e59802d0b839ff1fd6bf71 2025-07-14 23:01:13 -06:00
052a4d5263 edit description of issue 5e1a860b3ab12ee297492d70d68711d8 2025-07-14 23:00:29 -06:00
22 changed files with 66 additions and 1 deletions

View file

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

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

View file

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

View file

@ -0,0 +1 @@
cli

View file

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

View file

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

View file

@ -0,0 +1 @@
inprogress

View file

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

View file

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

View file

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

View file

@ -0,0 +1 @@
inprogress

View file

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

View file

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

View file

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

View file

@ -0,0 +1 @@
inprogress

View file

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

View file

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

View file

@ -0,0 +1,10 @@
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

@ -0,0 +1 @@
backlog

View file

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

View file

@ -0,0 +1,4 @@
make `ent new` output issue ID
when the `ent new` command is invoked, it should also return the issue ID to STDOUT

View file

@ -0,0 +1 @@
cli