From 4ea8e1c2ff1a2c1f8657a34c4c50de4acffdaaee Mon Sep 17 00:00:00 2001 From: eulaly Date: Mon, 18 May 2026 15:05:28 -0400 Subject: [PATCH] updated milestone 5 --- tasks.org | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/tasks.org b/tasks.org index d4086a4..e9ccaf0 100644 --- a/tasks.org +++ b/tasks.org @@ -399,25 +399,35 @@ Added "backup" section to README.md covering synq.org, capture.sqlite3, token.tx - tests: n/a - datetime: [2026-05-18 Sun 19:00] -* milestone 5: optional v1.5 -** TODO add settings for sync frequency +* milestone 5: optional v1.5 improvements ** TODO add edit-before-sync *** acceptance - pending/failed captures can be edited. - 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 -- sharing text to app opens prefilled capture. -- user can save as note or todo. +- app displays "last synced at" somewhere, maybe in Settings and History? +- "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 *** acceptance - app shows recent tags. - tapping chip adds/removes tag. -** TODO add home screen quick capture widget + +** TODO add android share target *** acceptance -- widget opens capture screen quickly. -- does not require sync to work. +- sharing text to app opens prefilled capture. +- user can save as note or todo. + + * implementation notes for coding agents - keep the server small and testable.