Initial registrations differs from the following ones (include more information, covers a different time frame etc.), thus we can derive that it is the initial report from the additional properties in the value object.
Instead, when storing the survey.value we should make it explicit whether it is the initial reporting or not with survey.value.initial = true to increase data integrity and make it easier for integrating systems (reporting w/ Power BI) to work with.
Initial registrations differs from the following ones (include more information, covers a different time frame etc.), thus we can derive that it is the initial report from the additional properties in the value object.
Instead, when storing the
survey.value
we should make it explicit whether it is the initial reporting or not withsurvey.value.initial = true
to increase data integrity and make it easier for integrating systems (reporting w/ Power BI) to work with.