client/data/categories.json
changeset 1 1cdebfeb77f9
child 11 c0f9f9ab2a8a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/data/categories.json	Wed Oct 08 18:08:52 2014 +0200
@@ -0,0 +1,85 @@
+{
+  "categories": [
+    {
+      "label": "Instruments",
+      "full_label": "Liste des instruments disponibles",
+      "color": "rgb(205,200,63)",
+      "subcategories":[
+        {
+          "label": "Batterie",
+          "full_label": "sous-catégorie 1-1",
+          "color": "rgb(205,200,63)",
+          "event_code": "ntm"
+        },
+        {
+          "label": "Clavier",
+          "full_label": "sous-catégorie 1-2",
+          "color": "rgb(205,200,63)",
+          "event_code": "iam"
+        },
+        {
+          "label": "Guitare",
+          "full_label": "sous-catégorie 1-3",
+          "color": "rgb(205,200,63)",
+          "event_code": "hip"
+        },
+        {
+          "label": "Trombone",
+          "full_label": "sous-catégorie 1-4",
+          "color": "rgb(205,200,63)",
+          "event_code": "hop"
+        }
+      ]
+    },
+    {
+      "label": "Rythmique",
+      "full_label": "catégorie 2",
+      "color": "rgb(222,139,83)",
+      "subcategories":[
+        {
+          "label": "Accélération",
+          "full_label": "sous-catégorie 2-1",
+          "color": "rgb(222,139,83)",
+          "event_code": "rock"
+        },
+        {
+          "label": "Décélération",
+          "full_label": "sous-catégorie 2-2",
+          "color": "rgb(222,139,83)",
+          "event_code": "rap"
+        },
+        {
+          "label": "Pause",
+          "full_label": "sous-catégorie 2-3",
+          "color": "rgb(222,139,83)",
+          "event_code": "classic"
+        }
+      ]
+    },
+    {
+      "label": "Une 3ème cat",
+      "full_label": "catégorie 3",
+      "color": "rgb(197,163,202)",
+      "subcategories":[
+        {
+          "label": "sub cat 3-1",
+          "full_label": "sous-catégorie 3-1",
+          "color": "rgb(197,163,202)",
+          "event_code": "drums"
+        },
+        {
+          "label": "sub cat 3-2",
+          "full_label": "sous-catégorie 3-2",
+          "color": "rgb(197,163,202)",
+          "event_code": "guitar"
+        }
+      ]
+    },
+    {
+      "label": "Annot'direct",
+      "full_label": "catégorie 4",
+      "color": "rgb(121,187,146)",
+      "event_code": "bass"
+    }
+  ]
+}
\ No newline at end of file