Recording data
* adds dynamic icon for recording and unrecording of data * adds record view to intervention and eco accounts * adds quality_check() method for Intervention and EcoAccount class which holds logic for data quality checking * adds UserAction "unrecorded"
This commit is contained in:
@@ -47,6 +47,7 @@ class UserAction(models.TextChoices):
|
||||
"""
|
||||
CHECKED = "checked", _("Checked")
|
||||
RECORDED = "recorded", _("Recorded")
|
||||
UNRECORDED = "unrecorded", _("Unrecorded")
|
||||
CREATED = "created", _("Created")
|
||||
EDITED = "edited", _("Edited")
|
||||
DELETED = "deleted", _("Deleted")
|
||||
|
||||
Reference in New Issue
Block a user