kpmg-agile / ca-pqvp

KPMG submission for CA PQVP
https://www.calproc.website
7 stars 3 forks source link

Contracts API - missing properties #265

Closed npearce-kpmg closed 7 years ago

npearce-kpmg commented 7 years ago

from @crayl-kpmg i'm seeing a few issues right now i think GET /contracts does not return contract numbers GET /products does not return: "contractor": { "description": "Contractor Information", "type": "string" }, "contractNum": { "description": "Contract Number", "type": "string" }, sorry GET /product/:productId

npearce-kpmg commented 7 years ago

query = 'MATCH (product: Product) \ MATCH (product)-[:hasImage]->(image:Image) \ MATCH (product)--(contractor:Contractor) \ RETURN { \ product:product, \ imageIds:collect(ID(image)), \ contractor:contractor \ }';

npearce-kpmg commented 7 years ago

@crayl-kpmg Please close this issue when you're done with your services work!