-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add a contact_dbxref table #122
Comments
This feels like a fairly straight forward addition and would be a small change I believe |
I support this change :-) @Ferrisx4 would you like to make a PR for it? |
Sure thing @laceysanderson |
Hi all, a few questions as it is my first attempt at contributing to Chado -
|
Hey @Ferrisx4 so you have been confused by what I just described in issue #130 . I think it needs some clarification. But it's my understanding for now, that you would use something like |
Oh wow, what timing, I hadn't seen #130! Thanks! |
Oh, and it seems @laceysanderson just used the |
The proposed contact_dbxref table would be used to link contacts from
contact
todbxref
for the purpose of storing values such as the contact's ORCID or Google Scholar ID, or any other external database identifier.A possible implementation of this, following other dbxref tables as a template:
This table was used in a custom plugin on a Tripal site. By utilizing dbxrefs, an individual contact can have multiple entries and their accessions will automatically be available to generate links to their profiles:
The text was updated successfully, but these errors were encountered: