Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
-
Concorde - Sprint 87
-
5
-
Concorde
Description
Move method renderSearchResults from SearchAndSort component (ui-data-import) to separated component SearchResult with the additional functionality:
- On row and header click handlers to have opportunities to transit to profiles details view, call sorting handlers.
- Preloading. The preloader should be displayed if the loading process is in progress.
- Result pagination (Loading more results). The solution and handlers from the SearchAndSort component (ui-data-import).
Note: MulticolumnList is used to display static data now. So please, replace MulticolumnList by SearchResult component and reuse some tests.
Acceptance criteria:
- The functionality from renderSearchResults (with sorting) is moved to the shared module.
- The test coverage is at least 80%
- MulticolumnList is replaced by the new component in profile panes.