Done
Details
Assignee
Viktor SorokaViktor SorokaReporter
Yevhenii MaltsevYevhenii MaltsevTester Assignee
Magda ZacharskaMagda ZacharskaPriority
P3Story Points
5Sprint
NoneDevelopment Team
ConcordeFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Viktor Soroka
Viktor SorokaReporter
Yevhenii Maltsev
Yevhenii MaltsevTester Assignee
Magda Zacharska
Magda ZacharskaPriority
Story Points
5
Sprint
None
Development Team
Concorde
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 13, 2020 at 10:50 AM
Updated May 1, 2020 at 7:33 PM
Resolved April 28, 2020 at 3:37 PM
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.