-
Notifications
You must be signed in to change notification settings - Fork 515
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
Live Camera Feed Enhancement(Review, QA and testing) #6223
Conversation
Update README.md (ohcnetwork#5532)
fix consultation redirect (ohcnetwork#5535)
updation from main repo
…ield of Shifting Filter
…write cypress tests
… develop local merge
… develop merge upstream
Signed-off-by: JahnabDutta <[email protected]>
Signed-off-by: JahnabDutta <[email protected]>
|
👋 Hi, @JahnabDutta, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
@khavinshankar Can you go through the PR, find out if it's usable or not? And update here? |
@bodhish I'm currently working on this PR, I will create new PRs in place of this, lets keep this open till that. |
Closing this PR, new PR will be raised in its place |
WHAT
🤖 Generated by Copilot at da93272
This pull request adds new features and improvements to the camera feed and the notification system in the frontend application. It enables users to add, update, delete, and preview camera boundary presets for beds, as well as toggle patient privacy mode for the camera feed. It also refactors the notification subscription logic into a custom hook and adds end-to-end tests for the camera features. It modifies several components, hooks, models, constants, actions, and routes to implement these features and improvements. It also fixes some minor issues with the code formatting and style.
Proposed Changes
@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist
HOW
🤖 Generated by Copilot at da93272
useNotificationSubscribe
for managing notification subscription state and actions (F4, link, link, link, link, link, link)useFeedPTZ
for managing camera feed and asset operations (link, link, link, link)PatientPrivacyToggle
component for rendering and toggling privacy mode for camera feed (F13, link, link, link, link, link)CameraBoundaryConfigure
andUpdateCameraBoundaryConfigure
components for rendering and performing boundary preset actions for camera feed (F6, link, link, link, link, link, link, link, link)CameraConfigure
component for rendering and performing preset actions for camera feed (F7, link)ONVIFCamera
component for rendering and passing props toLiveFeed
component (link, link)SwitchTabs
component to accept custom class name prop (link, link)FileUpload
component to improve voice recorder layout (link)ConsultationDetails
component to wrap camera feed tab content inPage
component (link, link)BedModel
andCurrentBed
interfaces to addmeta
andprivacy
properties (link, link)direction
andBoundaryRange
types tosrc/Common/constants.tsx
(link)if
statement insrc/index.tsx
(link)