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 are these changes being introduced:
* `website` and `aspace` tabs were needed in the search interface to
allow users to filter results by source
* The `timdex` tab is not needed for user facing interfaces, but is
useful for internal testing and development, so a feature flag
was added to control its visibility
* The `timdex_alma` tab will be useful to help us decide if we want a TIMDEX or Primo based Alma tab
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/USE-187
How does this address that need:
* Introduces 'website' and 'aspace' tabs to the search interface
* refactors tab logic to support dynamic tab lists
* adds a feature flag for displaying the TIMDEX tab
* Updates tab rendering, controller logic, and tests to accommodate new
tabs and feature flag.
* Adds support for tabs with spaces in their names
* Adds support for tab labels that differ from their internal names
which will be important to allow UXWS to change labels without having
to update valid tab lists in the code.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ See `Optional Environment Variables` for more information.
98
98
mode. Note that this is currently intended _only_ for the geodata app and
99
99
may have unexpected consequences if applied to other TIMDEX UI apps.
100
100
-`FEATURE_SIMULATE_SEARCH_LATENCY`: DO NOT SET IN PRODUCTION. Set to ensure a minimum of a one second delay in returning search results. Useful to see spinners/loaders. Only introduces delay for results that take less than one second to complete.
101
+
-`FEATURE_TAB_TIMDEX_ALL`: Display a tab for displaying the combined TIMDEX data
102
+
-`FEATURE_TAB_TIMDEX_ALMA`: Display a tab for displaying Alma data from TIMDEX
101
103
-`FILTER_ACCESS_TO_FILES`: The name to use instead of "Access to files" for that filter / aggregation.
102
104
-`FILTER_CONTENT_TYPE`: The name to use instead of "Content type" for that filter / aggregation.
103
105
-`FILTER_CONTRIBUTOR`: The name to use instead of "Contributor" for that filter / aggregation.
0 commit comments