-
Notifications
You must be signed in to change notification settings - Fork 121
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
Zach - Submission - kopi-tracker #157
base: master
Are you sure you want to change the base?
Conversation
… conditional on user
Deliverable Submission Please describe your comfort and completeness levels before submitting. Comfort Level (1-5): 4 Completeness Level (1-5): 3 How many hours did you spend on this assignment? 1hr+ What part did you spend the most time on? Conditional rendering of views Does the assignment run without errors? If the assignment has errors, what are they? Describe one part of the code or choose one line you would improve upon. Validation. What did you think of this deliverable? Any other comments? Good practice using devise. |
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5): 4 Completeness Level (1-5): 3 How many hours did you spend on this assignment? An hour What part did you spend the most time on? Does the assignment run without errors? If the assignment has errors, what are they? Yes, but you will have problems navigating routes from the UI as there are no links. Describe one part of the code or choose one line you would improve upon. What would you improve? What did you think of this deliverable? Any other comments? Took me awhile to wrap my mind around the customers stocking kopis thing |
Deliverable Submission
Please describe your comfort and completeness levels before submitting. Comfort Level (1-5):
Completeness Level (1-5): 4
How many hours did you spend on this assignment? 3 hours
What part did you spend the most time on? Reading Active Record documentation
Does the assignment run without errors? If the assignment has errors, what are they? Yes, think so. No validation though.
Describe one part of the code or choose one line you would improve upon. What would you improve? Didn't do anything for the UI really apart from the default scaffold. A navbar would be convenient.
What did you think of this deliverable? Any other comments? Good practice I guess