diff --git a/.gitignore b/.gitignore index 5a4991e..adb2341 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ android/captures/ .vscode/ *.iml -# os +# os and emacs .DS_Store Thumbs.db +/archive diff --git a/README.md b/README.md index 7207d0d..1e2a46e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ open app. type, optionally mark as todo, optionally add tags, save. -if home server accessible, post unsynced captures to lan-only service and appended to `phone.org`. +if home server accessible, post unsynced captures to lan-only service and appended to `synq.org`. ## non-goals - - no org parser on android - no agenda on android - no sync provider dependency diff --git a/tasks.org b/tasks.org index 5bc3783..9ed52a5 100644 --- a/tasks.org +++ b/tasks.org @@ -43,8 +43,10 @@ the app must be instant-feeling, capture-only, and boring. the phone stores note *** acceptance - `android/`, `server/`, and `docs/` directories exist. - root `README.md`, `tasks.org`, `.env.example`, and `docker-compose.example.yml` exist. + *** notes Skeleton committed in initial commit. android/ dir will be created in milestone 2. + *** evidence - commit: c08b3fe - tests: n/a (directory structure)