From 23a9506ddac11c63c3fe669c574d79940c3d831d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Tue, 6 Aug 2024 18:10:26 +0200 Subject: [PATCH] TODO's --- flutter/TODO.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/flutter/TODO.md b/flutter/TODO.md index e0903f8..e35accc 100644 --- a/flutter/TODO.md +++ b/flutter/TODO.md @@ -23,12 +23,26 @@ - [ ] Logout - [ ] Send-page - + - [ ] Still @ERROR on scn-init, but no logs? - better persist error (write in SharedPrefs at error_$date=txt ?), also perhaps print first error line in scn-init notification? + ----- +# TODO iOS specific + + - [ ] payment / pro + - [ ] show notifiactions (foreground/background/etc) + - [ ] handle click-on-notifications should open message + - [ ] share message + - [ ] scan QR + + ----- + +# TODO Server + - [ ] Switch server to sq style from faby - [ ] switch from mattn to go-sqlite - [ ] Single struct for model/db/json + - [ ] use ginext - [ ] use sq.Query | sq.Update | sq.InsertAndQuery | .... - [ ] sq.DBOptions - enable CommentTrimmer and DefaultConverter - [ ] run unit-tests...