removed default token, generate on launch
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -23,6 +23,7 @@ android/captures/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# os
|
||||
# os and emacs
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
/archive
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user