Compare commits

..

No commits in common. "5c1d3b1cd58d59c8ddb7580e15bace587b97e85c" and "44a6ac5110d3dacbc3e66d266e623225773ff61e" have entirely different histories.

19
Todo.md Normal file
View file

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