Backbone tester

Backbone is used to organize the code by separating business and UI logic, and communicates via events.

Backbone consists of the following modules:

HTTP Request, Router, View, Events, Model, Collection, Data Source


Test 1: AppView

Läs text och formattering från AppView (basic test med enbart vy, ej model):

Loading...

Test 2: TodoView

Läs text från description i modellen och formattering från TodoView:

Loading...

TODO: Läs upp första itemet hit istället...


Test 3: AppointmentView

Läs text från title i modellen och formattering från AppointmentView:

Loading appointment...