Blame view

mustache/app/data/pages/partials/index/tasks.json 492 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  [
   {
   "color" : "orange",
   "title" : "Answering customer questions",
   "progress" : 42
   } ,
   {
   "color" : "red",
   "title" : "Fixing bugs",
   "toolbar" : true
   } ,
   {
   "color" : "default",
   "title" : "Adding new features",
   "menu" : true
   } ,
   {
   "color" : "blue",
   "title" : "Upgrading scripts used in template"
   } ,
   {
   "color" : "grey",
   "title" : "Adding new skins"
   } ,
   {
   "color" : "green",
   "title" : "Updating server software up"
   } ,
   {
   "color" : "pink",
   "title" : "Cleaning up"
   }
  ]