remove Todo file, we have entomologist-data now #30

Merged
sigil-03 merged 1 commit from remove-todo into main 2025-07-20 12:43:18 -06:00

19
Todo.md
View file

@ -1,19 +0,0 @@
# To do
* migrate this todo list into entomologist
* implement user control over state transitions
* implement `ent comment ${ISSUE} [-m ${MESSAGE}]`
- each issue dir has a `comments` subdir
- each comment is identified by a sha1-style uid
- each comment is a file or directory under the `${ISSUE}/comments`
- comments are ordered by ctime?
* implement `ent edit ${COMMENT}`
* implement `ent attach ${ISSUE} ${FILE}`
- each issue has its own independent namespace for attached files
- issue description & comments can reference attached files via standard md links
* write a manpage