Skip to content

Commit

Permalink
more note updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitchinson committed Sep 2, 2024
1 parent 6016a04 commit 26e2462
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,14 @@ 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
- Choosing sub topic shows most expensive sub categories / or purchases
- Category initialization
- Export data as CSV
- Spending timeline checklist

## Future Ideas:

- Woah [siri support?](https://github.com/lovetodream/capacitor-plugin-siri-shortcuts)

0 comments on commit 26e2462

Please sign in to comment.