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

Restaurant System: Implementing the Capstone Project #52

Merged
merged 52 commits into from
Sep 8, 2023
Merged

Restaurant System: Implementing the Capstone Project #52

merged 52 commits into from
Sep 8, 2023

Conversation

rmiyoyo
Copy link
Owner

@rmiyoyo rmiyoyo commented Sep 8, 2023

We Have Completed The Capstone

Work Done

APIs

  • Meals DB: data about meals.
  • Involvement API: record the different user interactions (likes, comments and reservations).

Interfaces

  • The home page.
  • The comments popup.

Home page

  • When the page loads, the webapp retrieves data from:

    • The selected API and shows the list of items on screen.
    • The Involvement API to show the item likes.
  • When the user clicks on the Like button of an item, the interaction is recorded in the Involvement API and the screen is updated.

  • When the user clicks on the "Comments" button, the Comments popup appears.

Comments popup

  • When the popup loads, the webapp retrieves data from:
    • The selected API and shows details about the selected item.
    • The Involvement API to show the item comments.
  • When the user clicks on the "Comment" button, the data is recorded in the Involvement API and the screen is updated.

  • When the popup loads, the webapp retrieves data from:

    • The selected API and shows details about the selected item.
    • The Involvement API to show the item reservations.

Counters

We have counters in all the interfaces that show:

  • The number of items (home).
  • The number of comments (comments popup).

Technical set up

  • GitHub and use Gitflow.
  • Webpack.
  • Jest.

Project documentation

  • A description of the project.
  • A demo of the project features.

Copy link

@levy002 levy002 left a comment

Choose a reason for hiding this comment

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

Hello @rmiyoyo & @sagieramos

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

Status: APPROVED 🔥 🔥

Highlight

  • No linter error ✔️
  • You implemented all project requirements:heavy_check_mark:
  • All test cases are passing ✔️
  • Well-documented repo ✔️

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, remember to tag me in your question so I can receive the notification.


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.

@rmiyoyo rmiyoyo merged commit 077bfb1 into main Sep 8, 2023
5 checks passed
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