Feature/damage assessment status
In this MR, the damage assessment (pending
or finished
) is added to the exposure database. This is a feature that is sent with the damage reports.
Implemented is:
- Extending the Assessment table with a
status
variable - Storing the
status
when sent with the damage report - Retrieving the
status
of all damage assessments (optionally filtered by valuepending
orfinished
)
Edited by Laurens Oostwegel