NAL-i5K / tripal_chado_datasets

Provides an admin layer and forms for users to submit organisms and analysis into Chado
0 stars 0 forks source link

Replace webapollo_user table #48

Closed bradfordcondon closed 5 years ago

bradfordcondon commented 5 years ago

this table doesnt follow great database practices and is challenging so i'm removing it. In it's stead I will create:

That user_organism_instance table is a little verbose but.... It cant link to instance because we provide permissions only to a subset of the apollo instance. It cant link to organism because an organism might be theoretically hosted on multiple instances.

Whats the benefit?

bradfordcondon commented 5 years ago

backwards compatibility is an issue because a Drupal user is not actually linked to web apollo user entries. We could write a migration that autoassigns identical emails. Otherwise I don't know a migration is possible.

bradfordcondon commented 5 years ago

Issue moved to NAL-i5K/tripal_apollo #9 via ZenHub