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

Append the observation messages to feedback mail #57

Open
KaraMelih opened this issue Jun 2, 2023 · 2 comments
Open

Append the observation messages to feedback mail #57

KaraMelih opened this issue Jun 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@KaraMelih
Copy link
Collaborator

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.

@KaraMelih KaraMelih added the enhancement New feature or request label Jun 2, 2023
@KaraMelih
Copy link
Collaborator Author

@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.
heartbeat_feedback_example

This would look something like this on the feedback image

@Storreslara
Copy link
Collaborator

Yeah let me get something together

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants