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

#164350372 Implement bookmark functionality #76

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

iAfolayan
Copy link
Contributor

What does this PR do?

Implement add and remove the bookmark functionality

Description of Task to be completed?

  • Authorized user should be able to bookmark an article
  • Should be able to remove article bookmarked

How should this be manually tested?

  • Git clone the repo and cd into it
  • npm run dev to start the server
  • Click on any article from the landing page to read the article
  • Click on the bookmark icon to bookmark the article
  • Click on the bookmark icon again to remove the bookmark

What are the relevant pivotal tracker stories?

https://www.pivotaltracker.com/story/show/164350372

bookmark

@@ -0,0 +1,29 @@
import axios from 'axios';
import { API_BASE_URL } from '../constants'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon semi

@iAfolayan iAfolayan force-pushed the ft-bookmark-#164350372 branch 2 times, most recently from 6095460 to 97b1712 Compare March 3, 2019 18:25
@iAfolayan iAfolayan added the WIP Work in progress label Mar 3, 2019
@iAfolayan iAfolayan force-pushed the ft-bookmark-#164350372 branch from 97b1712 to 014b5d6 Compare March 5, 2019 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants