Compare commits

...

6 commits

Author SHA1 Message Date
4c9b401153 update 'state' in issue 75cefad80aacbf23fc7b9c24a75aa236 2025-07-07 21:19:35 -06:00
99fe1e6d4b update 'description' in issue 75cefad80aacbf23fc7b9c24a75aa236 2025-07-07 21:18:49 -06:00
45eea6d15b Merge remote-tracking branch 'origin/entomologist-data' into entomologist-data
* origin/entomologist-data:
  update 'state' in issue da435e5e298b28dc223f9dcfe62a914
2025-07-07 21:16:22 -06:00
6c0b74dcbb Merge remote-tracking branch 'origin/entomologist-data' into entomologist-data
* origin/entomologist-data:
  update 'state' in issue 198a7d56a19f0579fbc04f2ee9cc234f
  update 'state' in issue 198a7d56a19f0579fbc04f2ee9cc234f
2025-07-07 18:21:02 -06:00
a5a523e6e2 update 'description' in issue 397a3034f4330129d10d4379e94e7279 2025-07-07 18:07:49 -06:00
fc3a1d903e update 'description' in issue e089400e8a9e11fe9bf10d50b2f889d7 2025-07-07 16:46:57 -06:00
4 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,5 @@
Mostly implemented:
- each issue has a `comments/` directory
- each comment is a subdirectory of `comments/`
- each comment-directory is named with a 128-bit nonce
- each comment has only a single "field": `description`

View file

@ -1,6 +1,6 @@
# implement `ent comment ${ISSUE} [-m ${MESSAGE}]`
# implement `ent comment ISSUE [DESCRIPTION]`
- 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?
- each comment is identified by a 128-bit nonce
- each comment is a directory under `${ISSUE}/comments`
- each comment has a single "field": `description`

View file

@ -0,0 +1 @@
inprogress

View file

@ -1,4 +1,4 @@
keep local `entomologist-data` branch in sync with `origin/entomologist-data`
keep local `entomologist-data` branch in sync with remote
My git workflow does not use `git pull`, instead i:
1. `git fetch`