skfarhad / hazard_reporting_system

BSD 3-Clause "New" or "Revised" License
15 stars 17 forks source link

BE: Add 'validation_status' property with Incident model #18

Closed skfarhad closed 1 week ago

skfarhad commented 3 weeks ago

Need to add 'validation_status' property with Incident model with choices "pending", "validated" and "rejected". It's needed so that garbage data can be rejected before performing volunteer matching algorithm. The validation process will be manual.

TasfiqulGhani commented 3 weeks ago

This issue will be resolved in this PR: https://github.com/skfarhad/hazard_reporting_system/pull/33

skfarhad commented 1 week ago

Resolved in PR: https://github.com/skfarhad/hazard_reporting_system/pull/33