Skip to content
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

Add a Check to Ensure Users Are Actively Watching Camera Feeds #8170

Closed
nihal467 opened this issue Jul 17, 2024 · 1 comment · Fixed by #8440
Closed

Add a Check to Ensure Users Are Actively Watching Camera Feeds #8170

nihal467 opened this issue Jul 17, 2024 · 1 comment · Fixed by #8440
Assignees
Milestone

Comments

@nihal467
Copy link
Member

Is your feature request related to a problem? Please describe.

When a patient camera feed page is turned on and left stale, it continues to play until the user closes the page, which can lead to unnecessary resource usage.

Describe the solution you'd like

Implement a feature that triggers a pop-up after the camera feed has been running for 15 minutes, asking the user "Are you still watching

  • If the user does not respond within one minute, pause the feed.
  • If the user responds "No", pause the feed.
  • If the user responds "Yes", restart the 15-minute timer and show the pop-up again after the next 15 minutes.

Note :

  • During the one-minute response period, do not freeze the feed.
  • On the live feed page that displays multiple devices, perform the validation check centrally for the entire page rather than individually for each camera feed.

CC : @gigincg

Issue generated based on engineering discussion 15/07/2024

Copy link

github-actions bot commented Aug 1, 2024

Hi, @coronasafe/care-frontend-maintainers, This issue has been automatically marked as stale because it has not had any recent activity.

@github-actions github-actions bot added the stale label Aug 1, 2024
@nihal467 nihal467 changed the title Add a Validation Check to Ensure Users Are Actively Watching Camera Feeds Add a Check to Ensure Users Are Actively Watching Camera Feeds Aug 12, 2024
@nihal467 nihal467 removed the stale label Aug 12, 2024
@rithviknishad rithviknishad added this to the Camera Feed milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
2 participants