Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 629 Bytes

feedback.md

File metadata and controls

23 lines (22 loc) · 629 Bytes

BackTREK

What We're Looking For

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
General
Snappy visual feedback for user actions
API error handling
Client-side validation
Overall