Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Canonical names for pedigree columns are inconsistent #751

Open
IvoTod opened this issue Nov 5, 2024 · 0 comments
Open

[BUG] Canonical names for pedigree columns are inconsistent #751

IvoTod opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@IvoTod
Copy link
Collaborator

IvoTod commented Nov 5, 2024

In the dae.pedigrees.family module, we have a global dictionary for the column names that uses the snake case convention, however, in the pedigree loader and import, the default values for family_id, person_id, mom_id and dad_id are camel cased and there are many places in the code where this is handled specifically. Ideally, all code should be able to refer to the dictionary to get the pedigree column names.

@IvoTod IvoTod added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant