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

Bookstore: initialize project with components #1

Merged
merged 6 commits into from
Sep 28, 2021
Merged

Conversation

Hamzaoutdoors
Copy link
Owner

@Hamzaoutdoors Hamzaoutdoors commented Sep 27, 2021

In this project milestone I accomplished the following :

  • Set-up react app using react documentation.
  • Add React Redux
  • Structure your application files using a "feature folder"
  • Add React Router and set two s and s for the app's navigation (Books and Categories)
    • Books - the default view
      • Displayed the list of books (empty at this point but it should be ready for the data) with the Remove button (no functionality yet)
      • Had a form for adding a book (no functionality yet)
    • Categories
      • Displayed "Under construction" text only.
  • Follow Gitflow requirements.
  • Set up my local environment to fix all linters errors.
  • Deploy the app with Netlify

Thank you in advance for your feedback 😄

Live demo

Live Demo Link

Copy link

@EricMbouwe EricMbouwe left a comment

Choose a reason for hiding this comment

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

Hi @Hamzaoutdoors, 🖐

Good job so far!

  • Good Readme 👌
  • Well descriptive PR 👌
  • Good commits 👌
  • Good implementation of the requirements and good code organization 💪

There are some issues that you still need to work on to go to the next project but you are almost there!

Required Changes ♻️

Check the comments under the review.

Optional suggestions

Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better.

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

Comment on lines 20 to 38
<Form>
<Row className="mb-4">
<Col xs={7} controlId="formGridCity">
<Form.Control placeholder="Book title" />
</Col>

<Form.Group as={Col} controlId="formGridState">
<Form.Select defaultValue="Category">
<option>Category</option>
<option>Action</option>
<option>Drama</option>
<option>Romance</option>
</Form.Select>
</Form.Group>
<Button as={Col} variant="primary" type="submit">
ADD BOOK
</Button>
</Row>
</Form>
Copy link

@EricMbouwe EricMbouwe Sep 28, 2021

Choose a reason for hiding this comment

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

  • You are missing another form.Control here, the one for the author of the book. A book has three attributes which are title, author, and category. Let's add it and everything should be working fine!🙂

Copy link
Owner Author

Choose a reason for hiding this comment

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

Thank you for your review I add the author input. I don't see the author case in the design because of that I didn't add it 😄

Capture

Copy link

@AshakaE AshakaE left a comment

Choose a reason for hiding this comment

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

Hi @Hamzaoutdoors 🙋‍♀️,

STATUS APPROVED ✔

Thanks for making the requested change 👏
Your project is complete! There is nothing else to say other than... it's time to merge it 🔗 🚢
Congratulations! 🎉

Optional suggestions

Every comment with the [OPTIONAL] prefix won't stop the approval of this PR. However, I strongly recommend you to take them into account as they can make your code better. Some of them were simply missed by the previous reviewer and addressing them will really improve your application.

Cheers 🥂 and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@Hamzaoutdoors
Copy link
Owner Author

Thanks @AshakaE for your feedback 😃

@Hamzaoutdoors Hamzaoutdoors merged commit 6152466 into dev Sep 28, 2021
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.

3 participants