lewiscasewell / Openweight

Openweight is an offline first Weight tracking application on the iOS app store only. Uses Watermelondb for syncing primitives

Home Page:https://openweight.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when importing from Apple health kit, batch writes to local db

lewiscasewell opened this issue · comments

Currently, it doesn't use a Promise.all or anything so it just fires them off. It would be more performant if database.batch was used from watermelondb.

Would also be nice to have a loading spinner fo this process, instead of the UI just updating as the new weights roll in