...
Search screen is divided into two tabs. The configuration for these two tabs are written in searchTabs.js file under searchResource folder. Tabs internally refers to the Tabs custom component written in rainmaker-wns ws module. It has a search resource folder which consists of files that has code for calling search API, validating search criteria, building search table etc.
...
Localization keys are added under the ‘rainmaker-wnsws locale module. In future if any new labels are implemented in the search screen that should also be pushed in the locale DB under rainmaker-wnsws locale module. Below is the example of few locale lables.
...
Each table configuration internally uses the custom Table component written in custom-molecules-local folder inside rainmaker-wns ws module.
...