Skip to content

Implement About recommendation modal #4566

@akolson

Description

@akolson

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

  • Design requirements
    Screenshot 2024-05-16 at 13 43 32

  • Markup requirements

    <ImportFromChannelsModal>
        <template ...>
            ...
            <!-- About recommendations modal -->
            <KModal ...>
                ...     
            </KModal>  
         </template>
     </ImportFromChannelsModal>
  • Styling requirements

  • Architectural requirements

    • Use KModal component to implement the modal.

Acceptance Criteria

  • Clicking the About recommendations link displays the About recommendations modal.
  • Tests are written to verify correctness of page.

Assumptions and Dependencies

Scope

The scope of this task is limited to;

  • Implementing the About recommendations modal as specified in the Figma designs

Accessibility Requirements

NA

Resources

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions