mycookbook / web-client

cookbookshq frontend
https://web.cookbookshq.com
Other
1 stars 1 forks source link

Consume create recipe endpoint #159

Closed KayceeSamuel closed 1 year ago

KayceeSamuel commented 1 year ago

Issue - #8

What does this PR do?

This PR implements the ability to:

How Has This Been Tested?

Checklist:

fokosun commented 1 year ago

@KayceeSamuel

1) Can you please update your branch with dev

# on your branch:
git pull origin dev

It is VERY important to keep your working branch up to date with the base branch. Please do this ALWAYS

2) Also please, kindly update the pull request message when you are done with all the changes.

KayceeSamuel commented 1 year ago

Please review the create recipe component

KayceeSamuel commented 1 year ago

See status of the below: upload a recipe image to S3 - done add ingredients to a recipe - done select the nationality (flag) - done provide a summary - done provide a how to description - done search for a cookbook to add the recipe to - done add keywords/tags - done consume the create recipe endpoint with the payload - done

In addition to the above, 3 images are displayed for each ingredient which the user can select. Also the create recipe section closes once submit is successful

KayceeSamuel commented 1 year ago

I have made the changes requested above