-
Notifications
You must be signed in to change notification settings - Fork 2
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
Full-Stack Capstone - Book an appointment application. #14
Conversation
create empty files for folder structure
Initial project setup
Routes and Components
(not tested as api endpoint is not accessable)
Login signup Form components
feature and update store with reducer.
create a form component for reservat car
(works - able to login to an existing user, able to create a new user)
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,
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!
To highlight:
- Tests are passing✔️
You are really close to finishing the Microverse program!! Keep it up! 👍👍👍
After implementing the requested changes, please submit another review request. ♻️
Check the comments under the review.
Cheers and Happy coding!👏👏👏
Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the previous reviews unless it is requested otherwise.
@@ -0,0 +1,144 @@ | |||
* { |
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.
- The mobile view has not been implemented yet. I understand this is a work in progress or a future update.
tip: If you feel you've completed 90% of the features, kindly say in your PR description what features will be left out to give a heads-up to the final evaluator and reviewers.
tip 2: If you declare in your description that the mobile view will be left out, I will still approve the project, however, I don't recommend leaving it undone for final evaluation because this is a huge feature. The final evaluator will make the final decision.
tip 3: If you decide to implement it, you could do so in a simple, but functional way in order to improve your chances (MVP).
tip 4: When dealing with mobile views, the flex column is our best, simple, fast friend. Just make sure the content fits the screen and the navbar does not get in the way
src/App.js
Outdated
import Router from './routes/routes'; | ||
import { fetchCarReservations, fetchCars } from './redux/thunk'; | ||
|
||
function App() { |
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.
Dashboard Styling
State bug fix
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,
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!
You are really close to finishing the Microverse program!! Keep it up! 👍👍👍
After implementing the requested changes, please submit another review request. ♻️
Check the comments under the review.
Cheers and Happy coding!👏👏👏
Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the previous reviews unless it is requested otherwise.
@@ -0,0 +1,308 @@ | |||
<div align="center"> |
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.
@@ -0,0 +1,266 @@ | |||
* { |
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.
import Router from './routes/routes'; | ||
|
||
const App = () => ( | ||
<> |
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.
- OPTIONAL: If I reload the page, all the information disappears from all sections.
The only way to display the information again is to logout and login again. I suggest you look into this issue.
Fix bugs review 2
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.
Wow, you did it 🎉
Thank you for the changes implemented 💪 🥇 ㊗️
Unless you want to add more features, go ahead to your final presentation ⏩ ⏩ ⏩
You are about to finish the Microverse program. You have come a long way!!!
Good luck in the software industry!! I'll see you there. ✨
Congratulations!!!!!! 🎉
To highlight
- Superb job ✔️
Cheers and Happy coding!👏👏👏
Final group capstone - Book an Appointment
Team ( 4 memebers ):
Project Information:
NOTE: Working on two separate Repositories.
Vehicle-Booking-App-Backend
Vehicle-Booking-App-Frontend-Review-Pull-Request
Instructions for Running the local version:
Implemented Features:
Reserve
button inside the item details page.Kanban progress views:
Kanban board initial view:
Kanban board final view: