removed default token, generate on launch
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -23,6 +23,7 @@ android/captures/
|
|||||||
.vscode/
|
.vscode/
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
# os
|
# os and emacs
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
/archive
|
||||||
|
|||||||
@@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
open app.
|
open app.
|
||||||
type, optionally mark as todo, optionally add tags, save.
|
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
|
## non-goals
|
||||||
|
|
||||||
- no org parser on android
|
- no org parser on android
|
||||||
- no agenda on android
|
- no agenda on android
|
||||||
- no sync provider dependency
|
- no sync provider dependency
|
||||||
|
|||||||
@@ -43,8 +43,10 @@ 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
|
*** notes
|
||||||
Skeleton committed in initial commit. android/ dir will be created in milestone 2.
|
Skeleton committed in initial commit. android/ dir will be created in milestone 2.
|
||||||
|
|
||||||
*** evidence
|
*** evidence
|
||||||
- commit: c08b3fe
|
- commit: c08b3fe
|
||||||
- tests: n/a (directory structure)
|
- tests: n/a (directory structure)
|
||||||
|
|||||||
Reference in New Issue
Block a user