-
Notifications
You must be signed in to change notification settings - Fork 501
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
Improving Asset-Bed and Camera Preset relations and enabling monitoring of a bed via multiple cameras #7511
Comments
@NNSiri the "Feed" tab/button is hidden for any of the following reasons as of today:
@NNSiri could you also specify which user type this bug is present for? The screenshots attached above does not confirm if both are same users. @gigincg read-only users of the above mentioned users also does not have access to the camera feed from consultation dashboard. Should we allow for read only user types? |
|
@rithviknishad We understood, that the issue is observed when the presets are deleted. but we do not know who deleted the presets. can we restrict the delete option, and keep only edit preset option. ? |
@NNSiri The presets being deleted seems is being repeatedly reported from the field now. We can work on improving the audit trail for Preset Deletions to track this better. @rithviknishad Can you update the issue to improve the AssetBed through table as well as add audit-trail for soft deleted presets |
Updated the issue body with the following:
|
Any update on this feature ? |
@NNSiri We have discussed the issue and I am currently in the process of implementing those changes. |
@aeswibon unassigning you from this issue due to inactivity , |
Currently, each camera bed preset is stored as an individual AssetBed record (1 preset => 1 AssetBed record; 10 presets => 10 AssetBed records). This is not very efficient. Instead a camera (asset) can be linked to a bed (which represents an AssetBed record), and multiple presets can be added for this AssetBed record.
Action Items
CameraPreset
(having many-to-one relation withAssetBed
model).Originally reported issue
The text was updated successfully, but these errors were encountered: