Closed x-ji closed 6 years ago
Thanks Stela for adding directLink
in the code. I just read the email from today and thought maybe the deployment mode should be set to it in the code so that it works for next week. Also as I remember Michael intended to use the ID from database as the default ID, if there isn't one.
Maybe I'm wrong on this but I think what @michael-franke needs next week is the
directLink
deployment method? i.e. direct submission to server without any crowdsourcing website. Also, I think when a link is sent to the participants directly, they normally wouldn't need to enter any ID (since they won't have any ID assigned by default, and we'd rely on the default IDs generated by the database to distinguish them).I've pushed a commit 86f9da248194a7a026be466e491cb8ff0cac0d74 that sets the deployment mode and removes the ID collection for
directLink
deployment. Please see if it is what's expected.