-
Notifications
You must be signed in to change notification settings - Fork 0
Project Two Feedback #1
Comments
Hey Ben, Just following up on my project feedback. So, upon further talk with instructors, because the inclusion of a test was listed as a requirement for this project, we cannot mark your project complete until we see a test included. If you get a chance this weekend, take some time and add it in! Then just let Avi and I know that it is there and we can make this as complete. Sound cool? |
gotcha! Will do On Fri, Jan 8, 2016 at 11:38 AM, ajhofferber notifications@github.com
|
I added a test for favorite dish ordered at a table. It's in spec/helpers/application_helper_spec because I couldn't get it to run in it's own mode spec file for some reason. The method that I added is in the table.rb. please disregard the orderscontroller test. thanks! |
Great! Looks good! Thanks for taking the time to get that added. We've updated your project status to completed. 💯 👍 💯 👍 💯 👍 💯 👍 💯 |
Hey Ben,
Nice job on this assignment. I really really liked your introduction to your project, where you talked about your own experience and how it informed your application, especially your choice to design the UI as mobile-first. Also, I thought the animation on your home page was a nice touch!
I noticed that you wrote your application helper to have a bunch of different methods, and then included it in your application controller so you could presumably have access to all of those methods throughout your application. I would suggest that for specific methods, like the currency conversion ones, you include them in the model for the table, or whichever model you are generating the receipt from. Only because it is generally suggested to try and modularize your code as much as possible.
It looks like you have a bunch of js files and a bunch of scss files that don't have anything in them? I'd suggest maybe cleaning up anything that is just blank, or there because you used
rails generate
. Also, you have your RSpec folder set up, but I am not seeing any tests written. Not sure if I am just missing them, but maybe think about adding some in there, it'll looks super impressive to people looking at your code!Overall, I think you thought all of this out really well and should be proud of your finished project!
Score: 2 - Meets expectations, great!
The text was updated successfully, but these errors were encountered: