-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi. I tried to [sort of] follow the tutorial in the main documentation here.
I generated a protocol, and propagated it to my GitHub here.
My protocol pretty much followed the example tutorial protocol, using the phq9 example (tho in my real world case I will need to change that, but that's another discussion).
Thus, when I come to the "see how it looks" step, I believe that protocol url is:
https://raw.githubusercontent.com/dnkennedy/SimpleAssessment/main/protocols/simple.jsonld
and therefore I should be able to view this using:
https://www.repronim.org/reproschema-ui/#/?url=https://raw.githubusercontent.com/dnkennedy/SimpleAssessment/main/protocols/simple.jsonld
When I enter this in the (Chrome Version 125.0.6422.142 (Official Build) (x86_64)) browser I just get a spinning (binder-like?) wheel of death that never does anything.
I did use the jasonld validator, and that seemed OK.
I also know that there may be other example's I could have tried (cookie-cutter, etc.) but this was the first obvious tutorial I ran across.
Let me know what I missed!