-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Go Live π #21
Conversation
add sidebar/nav and routes Co-authored-by: Amr Ahmed
Final touches
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 RequestYou 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. |
There was a problem hiding this 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.
src/redux/reducers/doctor.js
Outdated
const doctorReducer = (state = initialState, { type, payload }) => { | ||
switch (type) { | ||
case FETCH_DOCTOR_SUCCESS: | ||
// cacheDoctors = payload; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove this commented line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @MuriloRoque
There was a problem hiding this comment.
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.
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 Good luck! π Feel free to leave any questions or comments in the PR thread if something is not 100% clear. |
Feat/slider
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!