This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
Create a class to associate a record in one source with a record in another. #17
Labels
good first issue
Good for newcomers
This would need to at least store the
Source
object (as defined bymodels/source.py
) and the identifier for the individual record being accessed for both the records from thesource
andtarget
that are deemed to be a matchThis class must also:
This class should also have the ability to store a confidence level for how certain the match is and should be able to handle associations with only one source defined. the operation of #12 will determine if this is needed
The text was updated successfully, but these errors were encountered: