-
-
Save Shaker-Hamdi/ea1712b0a71b3b62b8ee07227607a5d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"reservations": [ | |
{ | |
"id": 1, | |
"businessDate": "06.08.2018", | |
"status": "CHECKED OUT", | |
"shift": "BREAKFAST", | |
"start": "2018-08-06T08:00:00Z", | |
"end": "2018-08-06T09:00:00Z", | |
"quantity": 1, | |
"customer": { | |
"firstName": "Yuri", | |
"lastName": "Burchell" | |
}, | |
"area": "BAR", | |
"guestNotes": "Likes the blue cheese burguer" | |
}, | |
{ | |
"id": 2, | |
"businessDate": "05.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "BREAKFAST", | |
"start": "2018-08-05T08:00:00Z", | |
"end": "2018-08-05T09:00:00Z", | |
"quantity": 2, | |
"customer": { | |
"firstName": "Arvie", | |
"lastName": "Thurlbourne" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 3, | |
"businessDate": "04.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "LUNCH", | |
"start": "2018-08-04T16:00:00Z", | |
"end": "2018-08-04T16:45:00Z", | |
"quantity": 9, | |
"customer": { | |
"firstName": "Isa", | |
"lastName": "Pearsey" | |
}, | |
"area": "BAR", | |
"guestNotes": "The customer is a regular. Give a free drink" | |
}, | |
{ | |
"id": 4, | |
"businessDate": "12.08.2018", | |
"status": "CHECKED OUT", | |
"shift": "DINNER", | |
"start": "2018-08-12T18:30:00Z", | |
"end": "2018-08-12T20:00:00Z", | |
"quantity": 2, | |
"customer": { | |
"firstName": "Dewain", | |
"lastName": "De Bruijne" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 5, | |
"businessDate": "02.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "LUNCH", | |
"start": "2018-08-02T12:00:00Z", | |
"end": "2018-08-02T14:30:00Z", | |
"quantity": 1, | |
"customer": { | |
"firstName": "Brade", | |
"lastName": "Fellgatt" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 6, | |
"businessDate": "11.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "BREAKFAST", | |
"start": "2018-08-11T09:30:00Z", | |
"end": "2018-08-11T11:00:00Z", | |
"quantity": 6, | |
"customer": { | |
"firstName": "Gisele", | |
"lastName": "Spires" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 7, | |
"businessDate": "04.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "LUNCH", | |
"start": "2018-08-04T13:00:00Z", | |
"end": "2018-08-04T14:00:00Z", | |
"quantity": 6, | |
"customer": { | |
"firstName": "Chris", | |
"lastName": "McRae" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 8, | |
"businessDate": "06.08.2018", | |
"status": "SEATED", | |
"shift": "LUNCH", | |
"start": "2018-08-06T14:00:00Z", | |
"end": "2018-08-06T15:30:00Z", | |
"quantity": 3, | |
"customer": { | |
"firstName": "Brennen", | |
"lastName": "Tort" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 9, | |
"businessDate": "14.08.2018", | |
"status": "SEATED", | |
"shift": "LUNCH", | |
"start": "2018-08-14T13:00:00Z", | |
"end": "2018-08-14T14:00:00Z", | |
"quantity": 4, | |
"customer": { | |
"firstName": "Terza", | |
"lastName": "Glasbey" | |
}, | |
"area": "BAR", | |
"guestNotes": "Likes the meat well done" | |
}, | |
{ | |
"id": 10, | |
"businessDate": "07.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "BREAKFAST", | |
"start": "2018-08-07T08:00:00Z", | |
"end": "2018-08-07T09:00:00Z", | |
"quantity": 3, | |
"customer": { | |
"firstName": "Cordie", | |
"lastName": "Pimmocke" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 11, | |
"businessDate": "03.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "LUNCH", | |
"start": "2018-08-03T13:00:00Z", | |
"end": "2018-08-03T15:00:00Z", | |
"quantity": 3, | |
"customer": { | |
"firstName": "Adelbert", | |
"lastName": "Bradbury" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 12, | |
"businessDate": "02.08.2018", | |
"status": "SEATED", | |
"shift": "DINNER", | |
"start": "2018-08-02T20:00:00Z", | |
"end": "2018-08-02T22:30:00Z", | |
"quantity": 5, | |
"customer": { | |
"firstName": "Ole", | |
"lastName": "Dmitriev" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 13, | |
"businessDate": "06.08.2018", | |
"status": "CHECKED OUT", | |
"shift": "DINNER", | |
"start": "2018-08-06T19:30:00Z", | |
"end": "2018-08-06T21:00:00Z", | |
"quantity": 7, | |
"customer": { | |
"firstName": "Noelyn", | |
"lastName": "Prentice" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 14, | |
"businessDate": "13.08.2018", | |
"status": "CONFIRMED", | |
"shift": "LUNCH", | |
"start": "2018-08-13T13:00:00Z", | |
"end": "2018-08-13T15:30:00Z", | |
"quantity": 10, | |
"customer": { | |
"firstName": "Shina", | |
"lastName": "Stoaks" | |
}, | |
"area": "BAR", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 15, | |
"businessDate": "13.08.2018", | |
"status": "SEATED", | |
"shift": "BREAKFAST", | |
"start": "2018-08-13T10:00:00Z", | |
"end": "2018-08-13T11:15:00Z", | |
"quantity": 4, | |
"customer": { | |
"firstName": "Madelina", | |
"lastName": "Petrichat" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 16, | |
"businessDate": "10.08.2018", | |
"status": "CONFIRMED", | |
"shift": "BREAKFAST", | |
"start": "2018-08-10T10:45:00Z", | |
"end": "2018-08-10T11:30:00Z", | |
"quantity": 3, | |
"customer": { | |
"firstName": "Kayle", | |
"lastName": "Sartin" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "Likes to sit next to the window" | |
}, | |
{ | |
"id": 17, | |
"businessDate": "13.08.2018", | |
"status": "CHECKED OUT", | |
"shift": "LUNCH", | |
"start": "2018-08-13T16:00:00Z", | |
"end": "2018-08-13T17:00:00Z", | |
"quantity": 4, | |
"customer": { | |
"firstName": "Ced", | |
"lastName": "Baudic" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 18, | |
"businessDate": "13.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "LUNCH", | |
"start": "2018-08-13T13:30:00Z", | |
"end": "2018-08-13T14:30:00Z", | |
"quantity": 6, | |
"customer": { | |
"firstName": "Eal", | |
"lastName": "Slatter" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 19, | |
"businessDate": "12.08.2018", | |
"status": "CHECKED OUT", | |
"shift": "LUNCH", | |
"start": "2018-08-12T14:15:00Z", | |
"end": "2018-08-12T15:00:00Z", | |
"quantity": 1, | |
"customer": { | |
"firstName": "Filmore", | |
"lastName": "McWard" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
}, | |
{ | |
"id": 20, | |
"businessDate": "13.08.2018", | |
"status": "NOT CONFIRMED", | |
"shift": "DINNER", | |
"start": "2018-08-13T19:00:00Z", | |
"end": "2018-08-13T23:00:00Z", | |
"quantity": 2, | |
"customer": { | |
"firstName": "Ronda", | |
"lastName": "Gidney" | |
}, | |
"area": "MAIN ROOM", | |
"guestNotes": "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment