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

#164139788 bookmark recipe #27

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

mezlet
Copy link
Contributor

@mezlet mezlet commented Mar 22, 2019

What does this PR do?

-Bookmark recipes
-Return all users bookmarked recipes

Description of Task to be completed?

  • write unit test
  • Create a route for bookmaking recipe
  • Create a route to get users bookmark

How should this be manually tested?

  • ensure that the build is passing on travis
  • Test endpoint api/user/bookmarks
  • Test endpoint api/recipe/:slug/bookmarks

What are the relevant pivotal tracker stories?

#164139788

Screenshots (if appropriate)

N/A

Questions:

N/A

}
});
},
down: (queryInterface /* , Sequelize */) => {

Choose a reason for hiding this comment

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

Unexpected block statement surrounding arrow body; move the returned value immediately after the => arrow-body-style

@@ -0,0 +1,41 @@
module.exports = {
up: (queryInterface, Sequelize) => {

Choose a reason for hiding this comment

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

Unexpected block statement surrounding arrow body; move the returned value immediately after the => arrow-body-style

@mezlet mezlet force-pushed the ft-bookmark-recipe-#164139788 branch 2 times, most recently from 043e4d2 to 07bc347 Compare March 23, 2019 12:05
@mezlet mezlet force-pushed the ft-bookmark-recipe-#164139788 branch from 07bc347 to 08572c6 Compare March 23, 2019 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants