-
Notifications
You must be signed in to change notification settings - Fork 55
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
Shopping List #11
base: master
Are you sure you want to change the base?
Shopping List #11
Conversation
working on adding unit tests, should be done by early monday |
added unit tests and updated ui |
Cameron, I've taken a look at your submission. After following the instructions and making sure my mysql instance was happy, I was able to get the application to run. I was able to register and create a list. However, when I went to add an item I got the following error:
I was also curious why you went the direction of using what looks like server side rendering of react. Nothing wrong with this choice, it was just interesting to me. I'd love to see this error resolved. I'd also encourage you to break your application into multiple files. One of the most important things when writing code is that it be easy to understand by other developers, and having code organized in well structured units helps a lot with this. If you'd like to make some changes and have me take another look, I'd be happy to do so. We've scheduled a few interviews, and pending the outcome of these we may or may not do more interviews for the first pair of apprentices. Additionally, we hope to hire a second pair of apprentices in a month or two and would be happy to consider your submission for the second pair as well. |
Hello, Thanks for looking at it. I will work on getting it broken up into multiple files and should have that done by the end of this week. I chose the express-react-views library as it was an easy way to get Express / MySQL / React working together. |
Chris, Could you please try again with the updated files? The issue started on the sign in page, because I was using both render and redirect methods. There was also an issue in the Thanks |
I split everything up into multiple files. If you could take a look at it again I would appreciate it. |
Hey Cameron, Still getting an error when I try to add items to a list. I'm getting:
in the console, in the browser the request is not completing. Seems like maybe you need to pass along the user or make this column optional. |
Completed shopping list app