Closed nelsonic closed 8 years ago
@nelsonic It certainly is :]
@tomgco should we name the property package.hotelid
or re-purpose package.id
?
@nelsonic I have been working on this issue at: https://github.com/numo-labs/lambda-ne-dynamic-package-provider/pull/1 and https://github.com/numo-labs/lambda-ne-classic-package-provider/pull/109
Last week we discussed what data we want to send in events to Kinesis, At present we're constructing the id of each package by combining
result.destinationCode + result.hotelCode
see: https://github.com/numo-labs/lambda-ne-classic-package-provider/blob/8fc08051ba1bdffbaaba8d581838ddfc493a4d6f/lib/result_mapper.js#L114We discussed using the
wvId
instead which would allow us to weight the hotels returned by Neo4J based on the number of clicks ...@tomgco / @lennym is this still the plan?