-
-
Notifications
You must be signed in to change notification settings - Fork 300
Implement About recommendation modal #4566
Copy link
Copy link
Closed
Labels
DEV: frontendP1 - importantPriority: High impact on UXPriority: High impact on UXTAG: new featureTAG: ux update
Description
Overview
This task involves implementing the About recommendation modal that is displayed when the About recommendations link in the recommended resources panel is clicked. Add the modal to SearchOrBrowseWindow.vue
Description and outcomes
-
Markup requirements
<ImportFromChannelsModal> <template ...> ... <!-- About recommendations modal --> <KModal ...> ... </KModal> </template> </ImportFromChannelsModal>
-
Styling requirements
- See Figma designs for styling requirements.
-
Architectural requirements
- Use
KModalcomponent to implement the modal.
- Use
Acceptance Criteria
- Clicking the
About recommendationslink displays theAbout recommendationsmodal. - Tests are written to verify correctness of page.
Assumptions and Dependencies
Scope
The scope of this task is limited to;
- Implementing the
About recommendationsmodal as specified in the Figma designs
Accessibility Requirements
NA
Resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DEV: frontendP1 - importantPriority: High impact on UXPriority: High impact on UXTAG: new featureTAG: ux update
