| Feature | Feedback |
|---|---|
| Core Requirements | |
| Git hygiene | |
| Comprehension questions | |
| Organization | |
| Models and collections are defined in separate files | |
Code that relies on the DOM is located in or called by $(document).ready |
|
| Code follows the Backbone data flow (DOM event -> update model or collection -> Backbone event -> update DOM) | |
| Functionality | |
| Display list of trips | |
| Display trip details | |
| Register for a trip | |
| Add a trip | |
| Sort trips | |
| Filter trips | |
| General | |
| Snappy visual feedback for user actions | |
| API error handling | |
| Client-side validation | |
| Overall |
This repository was archived by the owner on Jan 9, 2019. It is now read-only.