added notes/evidence blocks

This commit is contained in:
2026-05-17 16:06:35 -04:00
parent c08b3fe80d
commit 5f387dfb4a

View File

@@ -1,4 +1,4 @@
#+title: phone capture tasks #+title: synq tasks
#+startup: overview #+startup: overview
#+todo: TODO(t!) NEXT(n!) HOLD(h@!) | DONE(d!) CANX(c@!) #+todo: TODO(t!) NEXT(n!) HOLD(h@!) | DONE(d!) CANX(c@!)
@@ -43,6 +43,12 @@ the app must be instant-feeling, capture-only, and boring. the phone stores note
*** acceptance *** acceptance
- `android/`, `server/`, and `docs/` directories exist. - `android/`, `server/`, and `docs/` directories exist.
- root `README.md`, `tasks.org`, `.env.example`, and `docker-compose.example.yml` exist. - root `README.md`, `tasks.org`, `.env.example`, and `docker-compose.example.yml` exist.
*** notes
*** evidence
- commit:
- tests:
- datetime:
** TODO add root gitignore ** TODO add root gitignore
*** acceptance *** acceptance
- ignores android build outputs. - ignores android build outputs.
@@ -50,12 +56,33 @@ the app must be instant-feeling, capture-only, and boring. the phone stores note
- ignores sqlite db files. - ignores sqlite db files.
- ignores local env files. - ignores local env files.
- does not ignore docs or source files. - does not ignore docs or source files.
*** notes
*** evidence
- commit:
- tests:
- datetime:
** TODO document v1 scope in README ** TODO document v1 scope in README
*** acceptance *** acceptance
- states capture-only scope. - states capture-only scope.
- states non-goals. - states non-goals.
- states architecture and build order. - states architecture and build order.
*** notes
*** evidence
- commit:
- tests:
- datetime:
** TODO add task template to tasks.org
*** acceptance:
- `*** notes` section for each milestone task, to be used by you to document your decisions and hurdles overcome
- `*** evidence` section with sub bullets:
- `commit` list of commit hashes on this task
- `tests` describing tests run (anyone should be able to use these later)
- `datetime` the task was completed, including timestamp, eg [2026-05-17 Sun 16:06]
*** notes
*** evidence
- commit:
- tests:
- datetime:
* milestone 1: server mvp * milestone 1: server mvp
** TODO create fastapi app ** TODO create fastapi app
*** acceptance *** acceptance