Refactored search interface code
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
Refactored search interface code:
input
, menus
and results
. Renamed files so that the functionality can better be guessed by simply looking at the file name.FilterMenu
and items in it (see search/menus/FilterMenu.js
). This greatly simplified the layout of search/menus/FilterMainMenu.js
making the addition of new menu items a breeze. These new components are structured very similarly to how MaterialUI deals with Tabs.InputRadio
component. Here one can control the visibility of the calculations (controls the owner
parameter in API calls.)Actions
-component.With this refactoring done, I will continue integrating the new search interface to Uploads/Datasets and removing the old search code.
@mscheidg: can you check that the new folder layout and filenames make sense?