akvo / akvo-flow

A data collection and monitoring tool that works anywhere.
http://akvo.org/products/akvoflow/
GNU Affero General Public License v3.0
65 stars 31 forks source link

Add Form status on `Form` changes event #3401

Closed iperdomo closed 4 years ago

iperdomo commented 4 years ago

When recording the event FormUpdated we would like to have the status property of the Form.

See: https://github.com/akvo/akvo-flow-api/issues/200

iperdomo commented 4 years ago

Sample event with new property

{"context":{"source":{"id":10,"type":"USER","email":"***@***.org"},"timestamp":1579773403479},"eventType":"formUpdated","orgId":"akvoflow-uat2","entity":{"surveyId":6310006,"name":"My form","id":4460006,"type":"FORM","status":"NOT_PUBLISHED"}}