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

Authorship #45

Open
netbofia opened this issue Jul 3, 2019 · 2 comments
Open

Authorship #45

netbofia opened this issue Jul 3, 2019 · 2 comments
Assignees
Labels

Comments

@netbofia
Copy link
Member

netbofia commented Jul 3, 2019

The way authorship is arranged it is limited to the trial. Therefore the studies inharite authorship from their trial.

This is ok untill we face the fact that studies might have differente authorships.

Compatibility issue between: studies/ and trials/ call.
Since authorship is now an array in trials authorship could pass to study.

@DanFaria
Copy link
Collaborator

DanFaria commented Jul 10, 2019

Right now, looking at the database schema, we have authorship at 3 levels:

  • Program - leadPerson
  • ObservationVariable - scientist
  • Observation - operator; uploadedBy

Looking at the current trials and studies calls, it seems that neither of these levels are adequate, as they refer to contacts for the study and trial. We cannot assume that the contacts for the study are the people involved in the observations, nor can we assume that the contacts for the trial are the same as the contacts for the study.

Solution: Create two connection tables, TrialContacts and StudyContacts, that link respectively the Trial and Study tables to the Person table to capture the contact information.

@netbofia
Copy link
Member Author

A solution was modeled in DBdesigner where it stays ate a trial level but each Datasetauthorship is link to a Trial.

https://app.dbdesigner.net/designer/schema/245190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants