Added report id as Alert field, to be able to link them (will do this likely in the apps).
Renamed PublicReport in PublicSymptoms, to differentiate it better from the actual report. Otherwise it'd have seemed correct to add report_id to PublicReport, but this can't be done, since we don't have a report signature yet when creating it.
Alert
field, to be able to link them (will do this likely in the apps).PublicReport
inPublicSymptoms
, to differentiate it better from the actual report. Otherwise it'd have seemed correct to addreport_id
toPublicReport
, but this can't be done, since we don't have a report signature yet when creating it.