LateralThoughts / systemi

Business As Usual
3 stars 2 forks source link

Implement CRA generation #10

Closed vincentdoba closed 9 years ago

vincentdoba commented 10 years ago
vincentdoba commented 9 years ago

Here an example of the response we need to parse.

{ "days":[ { "day":"2014-09-22T22:00:00.000Z", "halfUp":true, "halfDown":true, "state":0, "$$hashKey":"00C" }, { "day":"2014-09-23T22:00:00.000Z", "halfUp":true, "halfDown":true, "state":0, "$$hashKey":"00D" }, { "day":"2014-09-24T22:00:00.000Z", "halfUp":true, "halfDown":true, "state":0, "$$hashKey":"00E" }, { "day":"2014-09-25T22:00:00.000Z", "halfUp":true, "halfDown":true, "state":0, "$$hashKey":"00F" }, { "day":"2014-09-26T22:00:00.000Z", "halfUp":false, "halfDown":false, "state":3, "$$hashKey":"00G" }, { "day":"2014-09-27T22:00:00.000Z", "halfUp":false, "halfDown":false, "state":3, "$$hashKey":"00H" }, { "day":"2014-09-28T22:00:00.000Z", "halfUp":true, "halfDown":true, "state":0, "$$hashKey":"011" } ], "tjm":450, "client":"Egencia", "numberOfDays":5 }

vincentdoba commented 9 years ago

Implementation done, CRA PDF style should be checked by a CSS expert.