From df9485bd98f0137cbaac9b28c8c3210c76628313 Mon Sep 17 00:00:00 2001 From: eulaly Date: Mon, 18 May 2026 14:32:51 -0400 Subject: [PATCH] updated milestone4 polish goals --- tasks.org | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/tasks.org b/tasks.org index 9ed52a5..d6cbf9e 100644 --- a/tasks.org +++ b/tasks.org @@ -335,44 +335,54 @@ SettingsScreen + SettingsViewModel from milestone 2. DataStore-backed. Default s - app opens directly to capture field. - no network call blocks launch. - no history loading blocks text entry. + ** TODO normalize tags *** acceptance - whitespace-separated and comma-separated tags both work. - invalid org tag chars are stripped or replaced. - duplicate tags collapse. + +** TODO fix org formatting +*** acceptance +- add `#+startup: overview` to synq.org + ** TODO handle multiline notes well *** acceptance - first line can become note heading if body is multiline. - full body is preserved under heading. - todo body remains usable as a single todo heading, with extra lines under it if present. + ** TODO add basic logs *** acceptance - server logs accepted capture id. - server logs duplicate capture id. - server logs rejected payload without dumping secrets. + ** TODO create backup note *** acceptance - readme documents which paths need backup. - readme documents restore behavior. * milestone 5: optional v1.5 -** TODO add android share target -*** acceptance -- sharing text to app opens prefilled capture. -- user can save as note or todo. -** TODO add home screen quick capture widget -*** acceptance -- widget opens capture screen quickly. -- does not require sync to work. -** TODO add recent tag chips -*** acceptance -- app shows recent tags. -- tapping chip adds/removes tag. +** TODO add settings for sync frequency ** 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 +*** acceptance +- sharing text to app opens prefilled capture. +- user can save as note or todo. +** TODO add recent tag chips +*** acceptance +- app shows recent tags. +- tapping chip adds/removes tag. +** TODO add home screen quick capture widget +*** acceptance +- widget opens capture screen quickly. +- does not require sync to work. + * implementation notes for coding agents - keep the server small and testable. - keep org formatting in one pure function.