Compare commits

..

8 commits

8 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1 @@
seb

View file

@ -3,4 +3,5 @@ add optional 'assignee' to issue
This is probably just another free-form text string for now, maybe
something fancier in the future.
As part of this, teach `ent list FILTER` to filter by assignee.
NOTE: Teaching `ent list FILTER` to filter by assignee is a separate
issue.

View file

@ -0,0 +1 @@
inprogress

View file

@ -0,0 +1 @@
seb

View file

@ -0,0 +1 @@
seb

View file

@ -0,0 +1 @@
teach `ent list FILTER` to filter by assignee

View file

@ -0,0 +1 @@
seb

View file

@ -0,0 +1,6 @@
add some way to un-assign an issue
This will probably involve removing the `assignee` file from the issue
directory, which will mean teaching the git code about removed files.
Or maybe write the empty string to that file?