Added a new identifier_schemes table and corresponding user_identifiers join table. Added the initial ORCID identifier scheme to the seeds.db file. Updated the locales file to include corresponding identifier tooltip language, logos, and initial connection message. Updated user profile page to dynamically display identifiers
dev
1 parent 6c06dd0 commit 31b380239ecae2ed004579fe6e8ca99b341ad416
@Brian Riley Brian Riley authored on 24 Oct 2016
Showing 18 changed files
View
app/assets/images/orcid.png 0 → 100644
View
app/assets/stylesheets/admin.css.less
View
app/assets/stylesheets/bootstrap_and_overrides.css.less
View
app/controllers/registrations_controller.rb
View
app/models/identifier_scheme.rb 0 → 100644
View
app/models/user.rb
View
app/models/user_identifier.rb 0 → 100644
View
app/views/devise/registrations/_external_identifier.html.erb 0 → 100644
View
app/views/devise/registrations/edit.html.erb
View
config/initializers/devise_example.rb
View
config/locales/de.yml
View
config/locales/en-UK.yml
View
config/locales/en-US.yml
View
config/locales/fr.yml
View
db/migrate/20161024163546_create_user_identifier_scheme.rb 0 → 100644
View
db/migrate/20161024163920_create_user_identifiers.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb