updated milestone 5

This commit is contained in:
2026-05-18 15:05:28 -04:00
parent 65cb8ee2d5
commit 4ea8e1c2ff

View File

@@ -399,25 +399,35 @@ Added "backup" section to README.md covering synq.org, capture.sqlite3, token.tx
- tests: n/a - tests: n/a
- datetime: [2026-05-18 Sun 19:00] - datetime: [2026-05-18 Sun 19:00]
* milestone 5: optional v1.5 * milestone 5: optional v1.5 improvements
** TODO add settings for sync frequency
** TODO add edit-before-sync ** TODO add edit-before-sync
*** acceptance *** acceptance
- pending/failed captures can be edited. - pending/failed captures can be edited.
- synced captures are read-only unless explicitly duplicated. - synced captures are read-only unless explicitly duplicated.
** TODO add android share target ** TODO tap to expand History item
- in History, tap to expand/contract each item
** TODO add "Last synced" display
*** acceptance *** acceptance
- sharing text to app opens prefilled capture. - app displays "last synced at" somewhere, maybe in Settings and History?
- user can save as note or todo. - "next sync at []" on History (and homepage?)
** TODO add settings for sync frequency
*** acceptance
- let user specify poll rate, in minutes
** TODO add recent tag chips ** TODO add recent tag chips
*** acceptance *** acceptance
- app shows recent tags. - app shows recent tags.
- tapping chip adds/removes tag. - tapping chip adds/removes tag.
** TODO add home screen quick capture widget
** TODO add android share target
*** acceptance *** acceptance
- widget opens capture screen quickly. - sharing text to app opens prefilled capture.
- does not require sync to work. - user can save as note or todo.
* implementation notes for coding agents * implementation notes for coding agents
- keep the server small and testable. - keep the server small and testable.