Skip to content

Instantly share code, notes, and snippets.

@yrezgui
Last active February 14, 2018 14:17
Show Gist options
  • Save yrezgui/995664c29ac374dba01ed086aa550ebd to your computer and use it in GitHub Desktop.
Save yrezgui/995664c29ac374dba01ed086aa550ebd to your computer and use it in GitHub Desktop.
Redux Mock data
[
{
"id": 1,
"name": "Lucas"
},
{
"id": 2,
"name": "Jérôme"
},
{
"id": 3,
"name": "Fabien"
},
{
"id": 4,
"name": "Aurélien"
},
{
"id": 5,
"name": "Kevin"
},
{
"id": 6,
"name": "Grégory"
},
{
"id": 7,
"name": "Laurent"
},
{
"id": 8,
"name": "Renaud"
},
{
"id": 9,
"name": "Julien"
},
{
"id": 10,
"name": "Nicolas"
},
{
"id": 11,
"name": "Yacine"
}
]
[
{
"id": 1,
"type": "ski",
"label": "Rossignol Bleu",
"available": true
},
{
"id": 2,
"type": "ski",
"label": "Rossignol Rouge",
"available": true
},
{
"id": 3,
"type": "snowboard",
"label": "Atomic Black",
"available": true
},
{
"id": 4,
"type": "ski",
"label": "Salomon Nice",
"available": true
},
{
"id": 5,
"type": "ski",
"label": "Salomon Paris",
"available": true
},
{
"id": 6,
"type": "snowboard",
"label": "Rossignol Blanc",
"available": true
}
]
[
{
"id": 1,
"clientId": 5,
"inventoryId": 2,
"start": "2018-01-25",
"end": "2018-01-27"
},
{
"id": 2,
"clientId": 5,
"inventoryId": 1,
"start": "2018-01-26",
"end": "2018-01-28"
},
{
"id": 3,
"clientId": 4,
"inventoryId": 4,
"start": "2017-06-25",
"end": "2017-09-27"
},
{
"id": 4,
"clientId": 6,
"inventoryId": 3,
"start": "2016-01-25",
"end": "2016-01-27"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment