-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added ui to add and update health facility id #6136
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@khavinshankar We truly appreciate your efforts. Thank you for taking the time to contribute; this is a very valuable contribution to us 🥇. We always welcome your contribution 🙂, so feel free to contribute to anything anytime, and never lose that spirit of innovation 🙌. |
WHAT
🤖 Generated by Copilot at ef4dd19
This pull request adds a new feature to the frontend that allows ABDM-enabled users to configure health facilities. It introduces a new component,
ConfigureHealthFacility
, and a new route to access it. It also adds new actions and API endpoints to handle the backend communication for the feature.Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at ef4dd19
ConfigureHealthFacility
to create or update health facility configurations for facilities (link)src/Router/AppRouter.tsx
(link)ConfigureHealthFacility
component (link)ConfigureHealthFacility
component (link)useSelector
import fromsrc/Components/Facility/FacilityHome.tsx
(link)