Lou Wolford

Results 6 comments of Lou Wolford

Have there been any updates to a completed node module with tests?

Having it as a separate branch would be great. It would be nice to include an updated README with it, explaining the use of the s3 storage and installation instructions....

that looks like a good idea @jmizgajski .....can you want to add it to the StatementValidator class?

For now, POSTs without the etag headers are allowed and the expected behavior from the LRS is to merge the JSON documents together, and overwrite any existing fields with that...

Since this hasn't been touched in awhile, just making note here that maybe a workaround could be adding typeof getVal(parse.xpath.stmt) === typeof parse.value && to lines 470 and 471 in...

Whenever one or more statements are POSTed, the LRS must return an array of IDs, like you described. So if a single statement is posted, the LRS should return `["c250f7a5-859b-4080-a8cb-0972fa76b25d"]`....