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

Go Live πŸš€ #21

Open
wants to merge 110 commits into
base: main
Choose a base branch
from
Open

Go Live πŸš€ #21

wants to merge 110 commits into from

Conversation

Amrhub
Copy link
Collaborator

@Amrhub Amrhub commented Apr 8, 2022

The MedBook App is a SPA built with React, the user is able to:

βœ… Sign Up ✍️
βœ… Add doctor πŸ‘¨β€βš•οΈ
βœ… Book appointments πŸ“†
βœ… See all its appointments πŸ—“οΈ
βœ… Delete a doctor, even if it has appointmentsπŸ‘¨β€βš•οΈ ❌

We are using MedBook API to store all information related to our app. 🌐

Of course, our APP is responsive so, feel free to use it on any device! πŸ“± πŸ’» πŸ–₯️

Do you prefer the dark side ❓
Awesome you can join us using our dark theme πŸŒ‘

Try it out ⬇️ ⬇️
Live Demo

Enjoy!

@MuriloRoque
Copy link

Hi @Amrhub, @AlexRS90, @codepantha, @micheaol,

While you made a great effort in this project, unfortunately, I cannot proceed to review your code.

Invalid Code Review Request

You have submitted a project that does not have a PR description, which is very important for who is reviewing it. For example, do you have a back-end PR for me to review or is it only the front-end?

Your Code Review Request will be marked as invalid in your Dashboard, so please submit a new one once you are ready πŸ™

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.

Copy link

@MuriloRoque MuriloRoque left a comment

Choose a reason for hiding this comment

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

Hi @Amrhub, @AlexRS90, @codepantha, @micheaol,

Good job so far!
There are some issues that you still need to work on to prepare your project for the final evaluation but you are almost there!

Suggested changes

Check the comments under the review.

You can use as many of my suggestions as you want. If there is anything you would like to skip - feel free to do that. However, I strongly recommend you to take them into account as they can make your code better.

You can also consider:

  • Write tests for your app, since it's a very good practice.

Highlights

  • Your project is pretty amazing, I really loved the design and your code is clean.
  • Professional repository.

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.

const doctorReducer = (state = initialState, { type, payload }) => {
switch (type) {
case FETCH_DOCTOR_SUCCESS:
// cacheDoctors = payload;

Choose a reason for hiding this comment

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

  • Remove this commented line.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thank you @MuriloRoque

Copy link
Owner

Choose a reason for hiding this comment

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

Hi @MuriloRoque πŸ‘‹
Thank you for your review πŸ™ In the case of the testing, we literally forgot about it and we do not have enough time to implement them. We couldn't submit this PR and get a review on time due to the bug on the dashboard. Now it's less than 2 hours to the presentation and there is no time to implement the testing. We will ensure to do it in the near future.

@MuriloRoque
Copy link

Hi @Amrhub, @codepantha, @AlexRS90, @micheaol,

In my opinion, your project is ready for the presentation! There is nothing else to say other than... it's time to merge it :shipit:

Good luck! πŸŽ‰

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

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.

5 participants