From 26e2462d912588c1bafdad7c6bb762f525acff4a Mon Sep 17 00:00:00 2001 From: Ben Mitchinson Date: Mon, 2 Sep 2024 13:07:55 -0500 Subject: [PATCH] more note updates --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6824178..d3a78fe 100644 --- a/README.md +++ b/README.md @@ -46,16 +46,10 @@ auto-generated categorization table. No login required. - Replace firebase w tinybase (because firebase can't be offline only) - Use tinybase to store in sqlite - - Encrypt entries at the store level with device id - - [uuid](https://forum.ionicframework.com/t/inconsistent-getid-uuid-with-capacitor-device-on-ios/233122/2) - - Sync enrolled users w PowerSync to postgres (anything going to postgres is - encrypted) - - supabase free tier for cloud postgres - - projects are paused after 1 week of inactivity? caffeine cron? - - powersync free cloud tier, potentially self hosted in future. - - using both in combo - [link](https://docs.powersync.com/integration-guides/supabase-+-powersync) - - linking tinybase to powersync - [link](https://tinybase.org/api/persister-powersync/) - - Oh look that's validating [blog](https://bndkt.com/blog/2024/the-easiest-way-to-build-reactive-local-first-apps-with-tinybase-and-powersync) + - Add sqlite backup / restore +- TestFlight +- CI/CD +- Linting / formatting - Track spending within a paycheck (date range + target, "X left") - Log these spending goals - Pie graph of categories @@ -63,7 +57,3 @@ auto-generated categorization table. No login required. - Category initialization - Export data as CSV - Spending timeline checklist - -## Future Ideas: - -- Woah [siri support?](https://github.com/lovetodream/capacitor-plugin-siri-shortcuts)