[WIP] Add repo provider for MECA Bundles#1824
Conversation
|
Thanks for submitting your first pull request! You are awesome! 🤗 |
sgaist
left a comment
There was a problem hiding this comment.
The implementation looks sane. There are only some minor things to fix/update.
sgaist
left a comment
There was a problem hiding this comment.
For the test MECA bundle, I think that the tests folder already contains mock data used for the tests. See the various .json files the folder contains.
| The URL origin must be included in the list of allowed_origins when that trait is set | ||
| """ | ||
|
|
||
| name = Unicode("MECA Bundle") |
There was a problem hiding this comment.
Following the test error, either name should be only MECA or launch.json changed to contain MECA Bundle.
fix typo Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch>
26a5fff to
1d08767
Compare

This PR adds a content provider for MECA Bundles.
MECA stands for Manuscript Exchange Common Approach, a NISO standard for transfer of manuscripts between manuscript systems.
This RepoProvider requires a parallel ContentProvider to be in place in
repo2docker-- see this repo2docker PR for more background and detailsTODO