CDCgov / RecordLinker

Apache License 2.0
1 stars 0 forks source link

Data migrations for DIBBS_BASIC and DIBBS_ENHANCED Algorithms #14

Open ericbuckley opened 1 week ago

ericbuckley commented 1 week ago

Summary

Create data migrations for the existing DIBBs Algorithms to add them to the new Algorithm tables.

Acceptance Criteria

Details / Tasks

We should be creating two rows in the Algorithms table, one for DIBBS_BASIC and another for DIBBS_ENHANCED. Each Algorithm will have 2 passes in the Passes table that matches their current specification from the algorithms.py file.

Background / Context

We should use the information from the DIBBs RL internal report for determining what the descriptions for these two algorithms should be. @alhayward might have some ideas into this already.

Dependencies

13 needs to be completed first, as this is dependent on those tables.