qbicsoftware / data-manager-app

A web-based life science omics and imaging data management solution
MIT License
8 stars 0 forks source link

The user should get notified about RAW data availability via email and in-app notifications #705

Open Shraddha0903 opened 1 month ago

Shraddha0903 commented 1 month ago

Is your feature request related to a problem? Please describe. Currently the user can be informed about the availability of RAW data only through the RAW data status column (to be implemented) in the measurements view. But this is not enough as it is important for the user to know when the RAW data attached to their measurements is available for download and the column could be overlooked.

Describe the solution you'd like The user can be explicitly informed via a toast notification in the app and an email notification in addition to the RAW data status column in the measurements tab.

@KochTobi mentioned that technically this is not straightforward and needs further investigation into how this notification can be triggered. The status information can be retrieved from the openbis but since the data manager is not aware of when the RAW data upload happens on the sftp server, it is not pushed to the data manager.