Describe the current state/issue
The ROR search UI (ror-app) currently uses very old versions of ember-core, ember-data, ember-cli and supporting dependencies/add-ons. It is difficult to find correct documentation for this version and to find add-ons that work as expected. It also introduces potential for security and functionality issues.
Describe the desired state/solution
Upgrade ember-core from 3.7 to 3.28 (highest major version in 3.x)
Upgrade ember-data and ember-cli to versions that are compatible with ember-core 3.28
Remove unused dependencies
Upgrade dependencies
Make code syntax changes as needed to align with updated Ember software
Service/repository ror-app
Describe the current state/issue The ROR search UI (ror-app) currently uses very old versions of ember-core, ember-data, ember-cli and supporting dependencies/add-ons. It is difficult to find correct documentation for this version and to find add-ons that work as expected. It also introduces potential for security and functionality issues.
Describe the desired state/solution
Additional notes