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

09 - Bookmark an entry #14

Closed
14 tasks done
NadineGrosskreuz opened this issue May 18, 2022 · 0 comments
Closed
14 tasks done

09 - Bookmark an entry #14

NadineGrosskreuz opened this issue May 18, 2022 · 0 comments

Comments

@NadineGrosskreuz
Copy link
Owner

NadineGrosskreuz commented May 18, 2022

Value Proposition

As a user
I need to have a bookmark function
to be able to to add the flea markets/shops I like to a seperate page.

Description

Bookmark entry

Acceptance Criteria

  • Each entry on the list will show a button (a heart) to mark the entry
  • When clicking on the button the respective entry is added to the bookmark page and the heart is filled
  • When clicking on the button again the entry is removed from the bookmark page and the heart is not filled
  • The navigation shows a button for the bookmark page
  • All bookmarked entries are shown on the bookmark page

Tasks

  • Create a button component
  • Create the bookmark page
  • Add a heart icon to the footer and link it to the bookmark page
  • Add an onClick event to the button to add and remove the entry from the bookmark page
  • Add styled-components
  • Write test
  • Check accessibility
  • Deploy for usability and UX testing
  • Check on mobile phone

Complexity

M

@NadineGrosskreuz NadineGrosskreuz changed the title Bookmark an entry 09 - Bookmark an entry May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant