Ore Ogundipe

Results 75 comments of Ore Ogundipe
trafficstars

Made a notebook that does chunks and does fooof analysis - https://github.com/NEUROFUSIONInc/NeuroFusion-Explorer/blob/main/explorer_notebooks/baseline_recording_summary.ipynb

Done with most of this, just need to a redirect after recording completes that send them to /analysis with the information

Okay most of this is done & I'll maintain requests from both https://usefusion.app and https://usefusion.ai for the time being. Will re-route at the end of the month

hey @abena07 ! tagged you in the figma sketch... we use components in [the frontend package](https://github.com/NEUROFUSIONInc/fusion/tree/master/frontend/src/components) to build it into the site

Thank you for working on this @abena07 ! Just merged it in :)

- [ ] Import data from Todoist

- [ ] Google Calendar #78 - [ ] X (Twitter)

We now have this for visual oddball.. will add support for auditory oddball and make it generic

Azure Application insights package would help here: https://www.npmjs.com/package/@microsoft/applicationinsights-react-js The work would be: - [x] getting app insights installed in the repo - [x] calling appInsights.trackEvent() for the specific event like,...

Great to hear! Couple things to look through: - [How we do anonymous auth](https://github.com/NEUROFUSIONInc/fusion/blob/39ae5df508a8df2e09f21dd142e38f0d83ad1bf3/frontend/README.md#L19-L20) - How we [generate jwt tokens](https://github.dev/NEUROFUSIONInc/fusion/blob/39ae5df508a8df2e09f21dd142e38f0d83ad1bf3/server/controllers/user.js#L166-L167), we want to include the refreshToken - To do this...