-
Notifications
You must be signed in to change notification settings - Fork 426
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
Frontend Adjustments for ABDM Plug Conversion #7817
Conversation
@khavinshankar testing is kept on hold for this PR, due to the ABDM sandbox mobile app crashing. Once the service is back online, ping me, we will get it tested ASAP |
the consent patient Abha ID is not verifying, and the push notifications are not being triggered in the applications, of chrome |
the consent api is failing, can you check it |
@khavinshankar can you fix the cypress failure |
LGTM |
Closing this PR in favor of #8340 |
✅ Deploy Preview for care-ohc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@khavinshankar Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
This pull request introduces necessary frontend changes to accommodate the backend conversion of ABDM into a plug. The specific changes include:
Fixes to Breaking Changes: Addressed and corrected several breaking changes that were introduced in the backend. These fixes ensure that the application maintains its functional integrity and provides a stable user experience without disruptions.
Enhanced Type Support: Improved the type definitions across the frontend codebase. This enhancement involves refining the use of TypeScript to ensure more robust and error-resistant code. It improves the predictability of code behavior through better compile-time checks and editor integrations.
Removal of Unwanted Console Logs: Cleaned up various console logs throughout the application that were no longer needed. This removal not only declutters the console output but also potentially improves performance by reducing unnecessary processing and output during runtime.
Depends on: ohcnetwork/care#2161