upsidedownlabs / Chords-Web

Chords is a web-based application that transforms your Arduino board into a powerful signal visualization tool, allowing you to monitor and analyze ECG and EMG data directly in your browser.
https://chords.upsidedownlabs.tech/
3 stars 5 forks source link

Chords-Web #32

Closed akadeepesh closed 1 week ago

akadeepesh commented 3 months ago

Fixes #29, resolves #28, Fix #24, Fix #11, Fixes #8

Live preview : https://chords-web.vercel.app/

lorforlinux commented 2 weeks ago

@akadeepesh we are ready to merge v2.0 to main whenever you think it's ready to deploy and share with users.

akadeepesh commented 2 weeks ago

@lorforlinux, that's great! From what I saw last time, the app was working and looking amazing. I think we should launch this for users ASAP. Further modifications can be made based on user feedback.

Congratulations @Ritika8081 and @Amanmahe. It was amazing to be part of this project.

lorforlinux commented 2 weeks ago

@akadeepesh @Ritika8081 @Amanmahe @Asc91 Thank you very much for your contributions, It was not possible without your generous support and hard work. Team Upside Down Labs appreciates your efforts and I am looking forward to making more such solutions in the future for the benefit of all!

lorforlinux commented 2 weeks ago

@akadeepesh can you please pull from main and resolve the pending merge conflicts so that I can merge this?

akadeepesh commented 2 weeks ago

@lorforlinux You just have to delete all the files from the main branch except the LICENSE, and then merge this PR. As we already have v1 branch now. I don't have access of main branch files currently, in my local setup I already removed everything.

lorforlinux commented 2 weeks ago

@akadeepesh if you do git pull upstream main conflicts will be visible to you locally and then you can delete the files there. After making all the changes do git push to your current branch for this PR. Make sure to add upstream remote using git remote add upstream https://github.com/upsidedownlabs/Chords-Web.git

This should fix the merge conflict.

akadeepesh commented 2 weeks ago

@lorforlinux Thank you so much for guidance, I have resolved the conflicts now.

akadeepesh commented 2 weeks ago

Changed contributors dialog UI

Before :

image

Now :

image

lorforlinux commented 1 week ago

@akadeepesh Thank you so much for resolving the merge conflicts and for adding more cool changes. With your permission, I am going to merge this now to test how the workflow runs upstream!