-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
To resolve RADAR-base/RADAR-Schemas#105, we need a public URL for each questionnaire, preferably with some metadata (e.g. name, origin, intended use).
Example
{
"id": "http://radar-base.github.io/RADAR-REDCap-aRMT-Definitions/phq8",
"name": "PHQ8",
"doc": "The PHQ8 schemas",
"fields": [
...
]
}
Introducing a github.io page would allow to request that definition. Documentation on Github pages: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/. You could simply publish the questionnaires/
folder as your github pages, or introduce a docs folder that has some more HTML info but also reproduces your questionnaires.