All notable data structure changes to this project will be documented in this file.
This includes both schema and data workflow changes.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated .NET version from 6.0 to 8.0
Prior to v1.5 of Atlas, no Changelog was actively updated. A snapshot of the schema at this time has been documented here, and all future changes should be documented against the appropriate version.
Repeat search keeps track of the result set for a search request, to allow us to identify donors removed from the result set.
Id
OriginalSearchRequestId
- the search request Id provided to the consumer of Atlas
Results stored in a canonical result set. This is a very minimal set of result info, only used for determining result diffs. Full results are still to be procured from results files in azure storage
Id
CanonicalResultSetId
- FK to CanonicalResultSetsExternalDonorCode
- external donor code (provided by consumer, not internal Atlas ID)
Id
OriginalSearchRequestId
- the search request Id provided to the consumer of Atlas for the original searchRepeatSearchRequestId
- search request Id provided to the consumer of Atlas for this instance of a repeat searchSearchCutoffDate
- cutoff provided for the repeat searchDateCreated
UpdatedResultCount
- how many search results in the set have been updatedAddedResultCount
- how many search results in the set have been addedRemovedResultCount
- how many search results in the set have been removed