Skip to content

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

@sinnec

Description

@sinnec

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions