jembi / openhim-core-js

The Open Health Information Mediator core component. OpenHIM Support: Post your query on OpenHIE Discourse using the #openhim tag https://discourse.ohie.org/
http://openhim.org
Mozilla Public License 2.0
69 stars 69 forks source link

Develop the message persistence middleware to store a request #2

Closed rcrichton closed 10 years ago

rcrichton commented 10 years ago

For this issue, the storeRequest method in the messageStore.coffee file need to be implemented. This method should take the req parameter and store all relevant information about the request in a javascript object as defined in transaction.json here: https://wiki.ohie.org/display/SUB/Design+of+the+Interoperability+Layer+core+using+Node.js

The transaction object should be stored in a mongodb database.

rcrichton commented 10 years ago

Closed with #20