Update layout and add hospital dashboard#18
Update layout and add hospital dashboard#18dineshroxonn merged 3 commits intoRoxonn-FutureTech:mainfrom ajayku267:main
Conversation
|
Hlo, |
| case 'full': | ||
| return theme.palette.error; | ||
| default: | ||
| return theme.palette.grey; |
There was a problem hiding this comment.
The default case in getStatusColor returns theme.palette.grey, which may not provide a 'main' property. Consider returning a specific grey value like theme.palette.grey[500] to maintain consistency with other color objects used (e.g., statusColor.main).
| return theme.palette.grey; | |
| return theme.palette.grey[500]; |
|
Hi @ajayku267 , Thank you for your excellent work on enhancing the MediSync frontend! and be a part of our early beta user program. I've reviewed your PR in detail with AI and I'm impressed with the quality of your UI improvements and implementation. Before I can merge this PR, I need you to reference the specific issue numbers that this work addresses. This is essential for our bounty program to properly track completed tasks and issue tokens as rewards. For example, please take a look at this well-structured PR reference: In your PR description, please update it to include a section like: Closes #issue_numbers Once you've updated your PR with the proper issue references, I'll be happy to merge it and ensure you receive credit for your contributions through our bounty program. Your work on the layout improvements and hospital dashboard is valuable, and I want to make sure you get properly rewarded for it! We are planning to send a post saying roxonn contributors spotlight on exceptional contributors like you on all our social media handles let me know if you are okay with that. This can definitely fetch the recognition for your work and possible opportunities. You will be defientely in loop with this amazing work and lets save atleast 1 life with this project Let me know if you have any questions. |
MediSync Implementation Pull RequestIssues AddressedThis pull request delivers a complete implementation addressing:
Implementation DetailsFrontend Architecture (frontend/src/)
Emergency Response System (frontend/src/pages/Emergencies/)
Monitoring System (frontend/src/pages/Monitoring/)
Core Components (frontend/src/components/)
Project Structure
Technical Stack
Testing
Next Steps
Deployment
Security
Performance
Accessibility
Documentation
|
|
Hi @ajayku267 , Confirmed—the PR is merged, issues are closed, and tokens have been successfully transferred. I'll review the updated codebase shortly and await the new issues. Thanks! |
|
Just wrapped up my contribution to MediSync under Roxonn's open-source bounty program! Huge shoutout to the Roxonn team for building such an innovative and mission-driven platform. The experience was smooth, the community is super helpful, and the bounty system ensures your work is valued — both technically and financially. If you're a developer looking to earn, learn, and make real-world impact, Roxonn is the place to be. Proud to be part of something that's not just tech, but also saving lives . #OpenSource #Freelancing #TechForGood #Roxonn #MediSync #BuildInPublic |
No description provided.