|
1 | 1 | var uiModels = uiModels || {}; |
2 | 2 | uiModels.todo_data = [ |
3 | | - {id: '1', title: 'Add routing to Evolutility', priority: '2', category: 'others', complete: false, notes: 'Use Backbone router.'}, |
4 | | - {id: '2', title: 'Fix open bugs', duedate: '2014-07-25', priority: '3', category: 'work', complete: false, notes: 'bla bla'}, |
5 | | - {id: '3', title: 'Testing App', duedate: '2014-06-11', priority: '3', category: 'work', complete: false, notes: 'test'}, |
6 | | - {id: '4', title: 'Prepare demo', duedate: '2014-05-12', priority: '1', category: 'work', complete: false, notes: 'Check this out'}, |
7 | | - {id: '5', title: 'Test latest code', priority: '5', category: 'misc', complete: true, notes: 'notes for my test todo task.'}, |
| 3 | + {id: '1', title: 'Add routing to Evolutility', priority: '2', category: 'others', complete: false, description: 'Use Backbone router.'}, |
| 4 | + {id: '2', title: 'Fix open bugs', duedate: '2014-07-25', priority: '3', category: 'work', complete: false, description: 'bla bla'}, |
| 5 | + {id: '3', title: 'Testing App', duedate: '2014-06-11', priority: '3', category: 'work', complete: false, description: 'test'}, |
| 6 | + {id: '4', title: 'Prepare demo', duedate: '2014-05-12', priority: '1', category: 'work', complete: false, description: 'Check this out'}, |
| 7 | + {id: '5', title: 'Test latest code', priority: '5', category: 'misc', complete: true, description: 'notes for my test todo task.'}, |
8 | 8 | {id: '6', title: 'Car wash', priority: '4', category: 'work', complete: false}, |
9 | 9 | {id: '7', title: 'Watch Inception', duedate: '2014-01-10', priority: '5', category: 'fun', complete: true}, |
10 | | - {id: '8', title: 'Test TODO', duedate: '2015-01-01', priority: '1', category: 'work', complete: true, notes: 'Test TODO '}, |
| 10 | + {id: '8', title: 'Test TODO', duedate: '2015-01-01', priority: '1', category: 'work', complete: true, description: 'Test TODO '}, |
11 | 11 | {id: '9', title: 'Car wash', priority: '4', category: 'work', complete: false}, |
12 | 12 | {id: '10', title: 'French translation', priority: '4', category: 'work'}, |
13 | 13 | {id: '11', title: 'Italian translation', priority: '4', category: 'work'}, |
|
0 commit comments