A real-time collaborative health heatmap platform where users can anonymously report symptoms and see live health trends in their local area.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Okay, I've been kind of locked in and working on stuff, but I completely forgot about this devlog. Basically, the API was broken, so I had to fix that. Actually added a cool collaborative feature. I'll drop a photo in the attachments; check it out. The website's now like the demo is working perfectly well. Took me a while to deploy to Cloudflare.
Okay, a bunch of work here
- I made a collaborative version where people could chat with each other
- I fixed a lot of console errors and some other errors coming up in the backend folder
- I got the Cloudflare Worker deployed
- Successfully deployed everything: frontend, back-end, and it's almost ready to ship
- I think I might just do a few UI updates
- I did a lot of SEO which basically just makes me a rank on Google and stuff like that
Worked terribly long. Most of my time was actually dedicated to making it work faster and better, simpler. The Cloudflare Worker wasn't really the fastest as in it was causing a lot of errors every so often which would turn it off and shut it down. So I had to troubleshoot a lot of that.
I worked on a lot of SEO and Accessibility. I worked on the API and its documentation. I also made a much upgraded frontend. linking it here: https://github.com/JaytirthJOSHI/HealthPulse/tree/main/docs
Also locked and submitted to Hackmate.
locked in pretty hard :) Added sample data to this. also reached the max of my supabase database lmao :) But hey, it looks cool/ also got the CDC and who data working
Okay, so you're now able to log your diseases. I've set up cities by zip code (except China, which is not working yet). Everything else is pretty much working. You are able to log all of that into the system. I've been able to get it deployed, and the demo link is now successfully up! Yay me!
The cities and the zip code thing are properly working, but basically what we're doing is pulling from an API, so it's not super duper accurate. China's not working at all because they don't have zip codes/pin codes, but most bigger countries like the US, India, etc. are working.
I made a better front-end, and I promise that I'll get the cities working really well. The database is really good, so it's pulling pretty well. I'm going to add some demo data and also be connected to a WHO2 database (which is where we're pulling some of our system and reports from). They only have it from specific countries; they don't have anything for America because we pulled out of WHO, but like they have some other data from other countries, so we're going to pull from there. There are a couple other repositories (maybe the CDC) - I have to figure out how to get API access to them. I have requested an API access, but it's a whole process, so let's see... Wish me luck!
Ok, here we are, v1 almost out the door :)
Well, make the UI/Front End and Back End stuff! I have been locked in, but also did bug fixing. I promise I will add a demo URL soon; it's annoying to run and deploy it.
Also, resolved multiple Supabase client issues by creating a single shared client and replacing SocketContext with RealTimeContext for proper real-time subscriptions.