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

#165305239 Bookmark articles for reading later #33

Merged
merged 1 commit into from
Jun 19, 2019

Conversation

Siffersari
Copy link
Contributor

@Siffersari Siffersari commented Jun 19, 2019

What does this PR do?

  • Adds implementation for bookmarking articles.

Description of Task to be completed?

  • Implement bookmarking of articles
  • Implement un-bookmarking of articles
  • Style bookmark component
  • Test bookmark component

How should this be manually tested?

  • Clone the repository

      $ git clone https://github.com/andela/ah-the-jedi-frontend.git
    
  • Switch to the ah-the-jedi-frontend directory

     $ cd ah-the-jedi-frontend/
    
  • Switch to testing branch

     $ git checkout ft-view-edit-profile-165305225
    
  • Install the project dependencies

    $  npm install
    
  • Running the project

     $ npm start
    
  • Login as a user

     $ <your-localhost>/login
    
  • Navigate to view single article

     $ <your-localhost>/articles/slug
    
  • Bookmark the article

  • Unbookmark the article

What are the relevant pivotal tracker stories?

#165305239

Any background context you want to add?

  • None

Screenshots

49ULURl7BV

@Siffersari Siffersari added the WIP PR work in progress label Jun 19, 2019
@Siffersari Siffersari changed the title feat(bookmark): bookmark articles for reading later #165305239 Bookmark articles for reading later Jun 19, 2019
@Siffersari Siffersari force-pushed the ft-user-bookmark-articles-165305239 branch from 8cd8443 to fd91364 Compare June 19, 2019 13:44
        - add bookmark component
        - add bookmark action
        - add bookmark reducer
        - style bookmark component

        [Feature #165305239]
@Siffersari Siffersari force-pushed the ft-user-bookmark-articles-165305239 branch from fd91364 to 2ea5396 Compare June 19, 2019 13:51
@AnguleMathias AnguleMathias merged commit 8178a51 into develop Jun 19, 2019
@Siffersari Siffersari added Approved and removed WIP PR work in progress labels Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants