Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (23 loc) · 644 Bytes

File metadata and controls

24 lines (23 loc) · 644 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
Filter trips
General
Snappy visual feedback for user actions
API error handling
Client-side validation
Overall