You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why these changes are being introduced:
USE UI needs affordances to switch between results
from different sources. Primo results should be
the default view.
Relevant ticket(s):
* [USE-31](https://mitlibraries.atlassian.net/browse/USE-31)
* [TIMX-549](https://mitlibraries.atlassian.net/browse/TIMX-549)
How this addresses that need:
* Integrates Primo search into the controller and
view layers
* Adds Turbo frame 'tabs' to switch between Primo
and TIMDEX results.
Side effects of this change:
* Maintaining separate views for each result type
is probably not ideal, but I'm accepting it as a
risk until we normalize TIMDEX records similarly
to how we normalize Primo.
* Several tests have been skipped for features
that are no longer relevant to USE UI, but are
core to GDT. We will need to revise our overall
test strategy such that these features are tested
as part of GDT.
* FRBRized full record links don't always work. It
the method we use breaks FRBR links for CDI
records. Predictably, Ex Libris documentation on
FRBR does not address this issue. We might decide
to forgo FRBR links in general, or perhaps limit
them by content type (assuming book results always
come from Alma).
* Pagination is not yet implemented.
0 commit comments