Ore Ogundipe

Results 75 comments of Ore Ogundipe
trafficstars

Can't really do much to fix this now. There is a "Background Task" thingy we can implement --- maybe in a future release https://docs.expo.dev/versions/latest/sdk/notifications/#handle-incoming-notifications-when-the-app-is-1

https://developer.spotify.com/documentation/web-api/reference/get-recently-played

Fell off the wagon here but I'm back now, I'll make a PR later tonight with the backend pieces for this : https://developer.spotify.com/documentation/web-api/tutorials/code-flow

to fetch active events we want to call the `activityWatchClient.getEvents()` with parameters [code](https://github.com/ActivityWatch/aw-client-js/blob/07334d2aab4db089bcd3a19a7ad88a0e1dbf443a/src/aw-client.ts#L287)

you can connect your screentime data from activitywatch here https://usefusion.ai/intergrations

https://github.com/agencyenterprise/react-native-health

This has been hooked in, we just need to display basic health information: Health - Sleep from previous night - Move - Exercise - Stands during the day

![image](https://github.com/user-attachments/assets/eb29bd02-0458-4b96-9775-66d577671c89)

something to try out: caluclate r & p value https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.correlate.html

some interesting examples from the oura dashboard ( there's now an option I see there that covers the pearson correlation efficient between different states) ![image](https://user-images.githubusercontent.com/13490968/129523034-341f183d-9809-4691-a88d-18f71de273ac.png) ![image](https://user-images.githubusercontent.com/13490968/129523464-7bd579e3-d1db-4bbd-8dc3-07d53c733ddd.png)