You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user has published an observation message within the last 24 hours, this information can also be added to the feedback email.
Following the discussion in #11 we figured that it is easier and more secure this way.
We need to write a mongo query which checks if there was an "Observation Message" within the last 24hours, when the user requests a heartbeat feedback. We then add that information on top the feedback and send the email.
This way, the user can get a "delivered confirmation" without any danger.
The text was updated successfully, but these errors were encountered:
@Storreslara could you take care of the MongoDB part for this?
We need "find entries within last 24h from experiment X" functionality. Then we can append that info to the image.
This would look something like this on the feedback image
If the user has published an observation message within the last 24 hours, this information can also be added to the feedback email.
Following the discussion in #11 we figured that it is easier and more secure this way.
We need to write a mongo query which checks if there was an "Observation Message" within the last 24hours, when the user requests a heartbeat feedback. We then add that information on top the feedback and send the email.
This way, the user can get a "delivered confirmation" without any danger.
The text was updated successfully, but these errors were encountered: