Releases: brighthive/mci-database
Releases · brighthive/mci-database
v1.0.2
v1.0.1
v1.0.0
Welcome to the MCI Database v1.0.0!
The mci-database
manages the data models and migrations for the Master Client Index.
Models
The mci-database
defines models for the following:
Address
Source
Gender
Disposition
EthnicityRace
EducationLevel
EmploymentStatus
Individual
IndividualDisposition
(defines many-to-many between Individual and Disposition)IndividualEthnicityRace
(defines many-to-many between Individual and Ethnicity)IndividualPIIRemoval
Referral
ID Factory
This repo also contains a modular (hence, easy-to-adjust) factory for instantiating unique MCI identifiers. The current version relies directly on the Python UUID library.