bjoluc / jspsych-builder

A CLI utility to easily develop and package jsPsych experiments
MIT License
46 stars 12 forks source link

CLI to deploy to JATOS via its API #23

Open jmuchovej opened 2 years ago

jmuchovej commented 2 years ago

I'm not sure what it would take to do this (but I think I'm willing to pitch in as-needed)... but I've grown rather annoyed with the import/export loop to test with JATOS. 😅

Do you know if there might be a way to interact with JATOS during a development build? The simplest solution would be to point to something like... locahost:9000/assets/javascripts/jatos.js, but that won't actually emulate a true JATOS environment (a la interacting with jatos.batchSession and equivalents).

bjoluc commented 2 years ago

Interesting idea. Maybe proxying a provided JATOS experiment (URL), except for the assets there? Open to contributions!

jmuchovej commented 2 years ago

Yea, I haven't given enough thought to how this would work in practice, but here's a similar issue I raised over on JATOS.

kristian-lange-tw commented 2 years ago

Hi, I made a post in the issue raised over at JATOS. I don't want to cross-post here, so please read it there and hopefully comment: https://github.com/JATOS/JATOS/issues/257#issuecomment-1081828764.