You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes/no, and optionally any details/lines of code to reference
At least 6 commits with meaningful commit messages
✔️
Routes follow RESTful conventions
✔️
Uses named routes (like _path)
✔️
Creates Models and migrations
✔️
Creates styled views
✔️, html is good not much styling
Handles errors like nonexistant tasks
✔️
Uses form_with to render forms in Rails
✔️
Functional Requirements/Manual Testing
Functional Requirement
yes/no
Successfully handles index & show
✔️
index & show tests pass
✔️
Successfully handles: New, Create
✔️
New, Create tests pass
✔️
Successfully handles: Edit, Update
✔️
Successfully handles: Destroy, Task Complete
✔️, I would suggest making this toggle between complete and incomplete tasks
Overall Feedback
Overall Feedback
Criteria
yes/no
Green (Meets/Exceeds Standards)
5+ in Code Review && 5+ in Functional Requirements
Code Style Bonus Awards
Was the code particularly impressive in code style for any of these reasons (or more...?)
Quality
Yes?
Perfect Indentation
✅
Descriptive/Readable
✅
Concise
✅
Logical/Organized
✅
Summary
Nicely done, you hit the learning goals here. You've definitely demonstrated an understanding of the lessons we modeled in Ada Books. Good luck with Rideshare!
The reason will be displayed to describe this comment to others. Learn more.
Why render edit here? Maybe instead just redirect them someplace.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task List
Congratulations! You're submitting your assignment!
Comprehension Questions