Anthony-Nolan / Atlas

A free & open-source Donor Search Algorithm Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Up DonorType enums

benbelow opened this issue · comments

ensure enums that are stored as ints in db are internal to the data projects they live in, and introduce a common donorType in the common project


Requirements:

  • Anywhere a DonorType enum is stored as an int in a database - the model is internal to its data project, and and logic-layer projects use their own types and map to/from this enum