cms/app-client/mirage/fixtures/discourses.js
author ymh <ymh.work@gmail.com>
Tue, 07 Jun 2016 01:16:31 +0200
changeset 173 cf7b221238fd
parent 161 cms/app-client/app/mirage/fixtures/discourses.js@5f011170de74
child 454 710a2ae08a74
permissions -rw-r--r--
Work on test fixtures: - get rid both on bo and front of 2 fixtures files for documents - correct dl_fixtures to reflect this - upgrade mirage from 0.1.13 to 0.2.0 - download new version of documents fixtures including geo information

export default [
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb12481481z",
    "count": 2524,
    "label": "dialogue"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11932135w",
    "count": 1882,
    "label": "entretiens"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11955657q",
    "count": 857,
    "label": "lecture à haute voix"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb119317924",
    "count": 653,
    "label": "conversation"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb119829234",
    "count": 629,
    "label": "questionnaires"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11937212q",
    "count": 343,
    "label": "narration"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11946100d",
    "count": 228,
    "label": "paradigme (épistémologie)"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb119341539",
    "count": 222,
    "label": "discussion"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11976851v",
    "count": 219,
    "label": "récits personnels"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11936159v",
    "count": 110,
    "label": "contes"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb13319048g",
    "count": 68,
    "label": "chansons"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11949715t",
    "count": 43,
    "label": "réunions"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb119783362",
    "count": 36,
    "label": "bavardage"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11931724n",
    "count": 23,
    "label": "congrès et conférences"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11957378b",
    "count": 12,
    "label": "musique instrumentale"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb119834877",
    "count": 11,
    "label": "récitation"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb12083158d",
    "count": 11,
    "label": "argumentation"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11948542x",
    "count": 7,
    "label": "discours"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb120502737",
    "count": 2,
    "label": "enquêtes linguistiques"
  },
  {
    "id": "http://ark.bnf.fr/ark:/12148/cb11953414d",
    "count": 1,
    "label": "fables"
  }
];