whitebox icon indicating copy to clipboard operation
whitebox copied to clipboard

Create flag in a report to see if it was checked for an alert

Open sinnec opened this issue 1 year ago • 4 comments

Is your feature request related to a problem? Please describe. Inferences are grouped and reports are created based on the inference rows groups and not the whole dataset. This gives the user the ability to add more inference rows that consern older dates that already have reports, and update that report. But the previous report is already checked for an alert. The updated alert should be also checked for alerts (even if they are concerning past dates).

Describe the solution you'd like The report should have a flag so the cron job sees if it was checked for alerts, something like "is_used": True/False. The new reports and the updated reports will have "is_used" set to False and when the cron job checks the report for alerts, this field will be set to False.

sinnec avatar Mar 02 '23 10:03 sinnec

If this is a bug you should use the bug template. No worries of course. For the future 😉

momegas avatar Mar 02 '23 12:03 momegas

It's not a bug per say but it's not a feature either. It's somewhere in between!

sinnec avatar Mar 02 '23 12:03 sinnec

Hahahaha im gonna screenshot this... I ike it 😆

momegas avatar Mar 02 '23 12:03 momegas

@sinnec if I understand correct, I have already checked that everything work as expected in #126

NickNtamp avatar Mar 03 '23 13:03 NickNtamp