Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement About recommendation modal #4566

Open
Tracked by #4044
akolson opened this issue May 16, 2024 · 0 comments
Open
Tracked by #4044

Implement About recommendation modal #4566

akolson opened this issue May 16, 2024 · 0 comments

Comments

@akolson
Copy link
Member

akolson commented May 16, 2024

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

@akolson akolson changed the title Implement About recommendation modal [WIP - DO NOT ASSIGN]: Implement About recommendation modal May 16, 2024
@akolson akolson changed the title [WIP - DO NOT ASSIGN]: Implement About recommendation modal Implement About recommendation modal Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant