Overview
This task involves updating the SearchOrBrowseWindow.vue to include a panel that displays recommended resources. It also involves updating the page responsiveness as described in the design specifications.
Description and outcomes
Acceptance Criteria
- The
Import from other channels page is implemented as specified in the Figma designs.
- The page is responsive as described in the Figma designs.
- The page is keyboard navigable (a11y) as specified in the Figma designs.
- Tests are written to verify correctness of page.
Assumptions and Dependencies
- This is a purely UI task and does not involve implementing any API interactions. As such, static data should be used for visualization and testing purposes. Static data can be obtained from the public API.
Scope
The scope of this task is limited to;
- Updating the
Import from other channels page to display recommendations.
- Updating responsiveness of the
Import from other channels page.
It does not include;
- Implementing the
About recommendations link click action.
- Implementing any API interactions (See Assumptions and Dependencies).
Accessibility Requirements
Please see the Figma designs for the keyboard navigation behavior
Resources
Overview
This task involves updating the
SearchOrBrowseWindow.vueto include a panel that displays recommended resources. It also involves updating the page responsiveness as described in the design specifications.Description and outcomes
Design requirements

Markup requirements
Styling requirements
800px.400px.Architectural requirements
SearchOrBrowseWindow.vuewith their KDS equivalents.RecommendedResourceCardto implement the cards.KGridcomponent for responsiveness.Acceptance Criteria
Import from other channelspage is implemented as specified in the Figma designs.Assumptions and Dependencies
Scope
The scope of this task is limited to;
Import from other channelspage to display recommendations.Import from other channelspage.It does not include;
About recommendationslink click action.Accessibility Requirements
Please see the Figma designs for the keyboard navigation behavior
Resources