Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

1.15.0

Choose a tag to compare

@rmehner rmehner released this 28 Apr 09:31
· 113 commits to master since this release

Added

  • Added schema for a FollowUp. Going forward we'll split out the followups from
    Person into this separate document which can be found by their _id, which will
    be in the format personId/dateOfVisit.
  • Person: otherNames & gender are not required anymore. This is
    basically rolling back what happened with the previous version,
    1.14.0. The reason is that we need to generate person documents
    from data in contact.sourceCases, which has no gender and could
    be missing otherNames as well