product-admin
Version:
EA admin screens
392 lines (388 loc) • 12.5 kB
JavaScript
;
module.exports = setRoute;
function getMock (req, res) {
res.send(mockData);
}
function setRoute (app) {
app.get('/getProducts', getMock);
}
//TODO: this is for bower spike prespective. we should load the response from file instead of hardcoding it here.
var mockData = {
"last": false,
"numberOfElements": 20,
"totalPages": 15,
"totalElements": 288,
"first": true,
"size": 20,
"number": 0,
"sort": [
{
"direction": "DESC",
"property": "productDescription",
"ignoreCase": false,
"nullHandling": "NATIVE",
"ascending": false
}
],
"link": {
"next": {
"href": "https://material-service-stuf-qa.run.asv-pr.ice.predix.io/products/v1/products?page=1&size=20"
},
"self": {
"href": "https://material-service-stuf-qa.run.asv-pr.ice.predix.io/products/v1/products?page=0&size=20"
},
"first": {
"href": "https://material-service-stuf-qa.run.asv-pr.ice.predix.io/products/v1/products?page=1&size=20"
},
"last": {
"href": "https://material-service-stuf-qa.run.asv-pr.ice.predix.io/products/v1/products?page=15&size=20"
}
},
"_embedded": {
"resource": [
{
"active": 'true',
"pk": "00505e62-188f-4ea3-9d96-5261acafc71a",
"productDescription": "Helical Gear",
"productCode": "HelGear-001",
"currentSpecificationRate": 90,
"assets": [
"ddc92eb3-9610-3775-b3da-3814fa30efa2",
"364df7d2-0d6a-304c-80d0-364cffe6720b"
],
"specifications": [
{
"id": "aff326d5-f0e2-4e9c-82d8-b176965a3954",
"rate": 90,
"effectiveDate": "2016-12-12T20:12:46.405+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "941ec264-d35e-4955-ba58-53f6d19c12e9",
"productDescription": "ABProduct998",
"productCode": "c12er998",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "1f7b5b1d-9614-4619-9f09-acf2fff88d6c",
"rate": 12,
"effectiveDate": "2017-01-15T18:53:07.709+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "c78ee644-3f2d-4175-8582-8547c7e0de26",
"productDescription": "ABProduct993",
"productCode": "c12er993",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "e9cc14d3-6a9f-4f10-9d45-670286cec2ff",
"rate": 12,
"effectiveDate": "2017-01-21T01:22:53.597+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "342a9b20-f1b2-4cd5-bdd7-fde5fd568592",
"productDescription": "ABProduct960",
"productCode": "c12er960",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "a233e08d-ef42-42e4-8e7d-9526816df771",
"rate": 12,
"effectiveDate": "2016-12-06T15:36:36.023+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "c2b21bf9-599b-4e8f-a318-64cf849c379d",
"productDescription": "ABProduct958",
"productCode": "c12er958",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "03522eb3-bdcf-4916-80ff-8d20774645d0",
"rate": 12,
"effectiveDate": "2016-11-29T22:38:18.886+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "fecebcc7-f9e0-4986-9791-38fd96fad263",
"productDescription": "ABProduct956",
"productCode": "c12er956",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "9f2f25a5-06f6-4dac-b252-b345631eda06",
"rate": 12,
"effectiveDate": "2017-01-17T06:52:01.785+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "165b4144-7465-482d-8ed0-a77aa8b0e23d",
"productDescription": "ABProduct95",
"productCode": "c12er95",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "f120b640-38ed-42b9-b99e-c0e21bbc4531",
"rate": 12,
"effectiveDate": "2016-12-20T05:59:21.750+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "0db46fa4-bc2e-421e-8b68-73a871318894",
"productDescription": "ABProduct947",
"productCode": "c12er947",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "453479ba-f922-4780-9191-6f30457326cd",
"rate": 12,
"effectiveDate": "2016-12-13T16:10:56.363+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "f33a508e-5cdc-4c1c-976b-951b34df0510",
"productDescription": "ABProduct946",
"productCode": "c12er946",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "6d336ec3-873f-4f8b-9d20-e7a9bf95aee0",
"rate": 12,
"effectiveDate": "2017-01-10T15:52:21.702+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "7571b0ed-ca40-47d0-954c-30fa38ed0332",
"productDescription": "ABProduct942",
"productCode": "c12er942",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "0e4ef5bd-b640-4d0f-9b18-7e1d7f42425e",
"rate": 12,
"effectiveDate": "2016-12-13T06:06:43.017+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "f3e224ab-483c-4348-9751-0b6c6b8a7062",
"productDescription": "ABProduct900",
"productCode": "c12er900",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "22ea6f48-7a4f-4ec8-9db6-1bb27be31295",
"rate": 12,
"effectiveDate": "2017-01-18T19:16:13.306+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "57cf2111-4feb-48b2-9544-5973808d5d2a",
"productDescription": "ABProduct885",
"productCode": "c12er885",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "21eda0a7-9093-46eb-8871-f6e8ad28b19a",
"rate": 12,
"effectiveDate": "2017-01-23T03:02:30.693+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "95584042-ef0b-47fc-9daa-ac7b36ac8d97",
"productDescription": "ABProduct878",
"productCode": "c12er878",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "63336988-d62c-4ee3-a2b8-40aa267875da",
"rate": 12,
"effectiveDate": "2017-01-14T01:54:17.218+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "0d572509-9d0e-4c81-b6b1-1447a15e25bd",
"productDescription": "ABProduct874",
"productCode": "c12er874",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "1d71e8be-8eec-46ef-ac0a-24dc4932a3b2",
"rate": 12,
"effectiveDate": "2017-01-19T21:16:13.989+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "dd806176-701f-4627-b311-ae0ed9146f62",
"productDescription": "ABProduct867",
"productCode": "c12er867",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "5b75dbe5-39a3-40f3-a5c7-2b012ed6ceb0",
"rate": 12,
"effectiveDate": "2017-01-19T20:21:39.750+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'true',
"pk": "91afff75-00b5-4b5c-a918-dc514a81acab",
"productDescription": "ABProduct849",
"productCode": "c12er849",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "09c3b9f0-f642-4829-9f29-6d71b936ee08",
"rate": 12,
"effectiveDate": "2017-01-18T17:59:52.392+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "f73db0e2-8e41-4a01-a87f-fd1609bb5ddf",
"productDescription": "ABProduct84",
"productCode": "c12er84",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "b5a21d72-ad68-4150-8a9a-384c16d694b4",
"rate": 12,
"effectiveDate": "2017-01-21T19:45:15.210+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "9eab1944-b32b-46b9-8bd5-1ef58a6b6621",
"productDescription": "ABProduct834",
"productCode": "c12er834",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "80853b20-ccbb-4f29-963d-30b8a6a3f151",
"rate": 12,
"effectiveDate": "2017-01-14T16:52:51.435+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "05c11e9c-f0b5-4247-997e-936caafffca6",
"productDescription": "ABProduct826",
"productCode": "c12er826",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "d7d05fa3-7e4f-45a8-ad38-a18cbc9467f1",
"rate": 12,
"effectiveDate": "2016-12-05T19:52:38.253+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
},
{
"active": 'false',
"pk": "1de9d62e-590e-48df-a186-8b41cafa3b6b",
"productDescription": "ABProduct824",
"productCode": "c12er824",
"currentSpecificationRate": 12,
"assets": [],
"specifications": [
{
"id": "3fafcad5-7a42-4f2c-b80c-a85d0567dfc6",
"rate": 12,
"effectiveDate": "2016-12-16T13:37:04.477+0000",
"expirationDate": null
}
],
"tenantZoneId": "e692e11f-6ec1-4ea3-a650-64ba415b6063"
}
]
}
};