client/data/categories.json
author cavaliet
Thu, 09 Oct 2014 11:48:42 +0200
changeset 3 1b94e6e9579f
parent 1 1cdebfeb77f9
child 11 c0f9f9ab2a8a
permissions -rw-r--r--
two little correction on server config

{
  "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"
    }
  ]
}