uzh / PPLib

PPLib People Programming LIBrary: Easily find the best Crowdsourcing process for your application
MIT License
2 stars 0 forks source link

Question: ScalaJS #1

Open omidb opened 7 years ago

omidb commented 7 years ago

Hi,

Do you guys ever have a code structure with ScalaJS that one can build on it? I want to make a very custom interface for my HIT with ScalaJS, can you give me some hints on structure of PPLib?

Thanks

pdeboer commented 7 years ago

Hi Omidb

Thanks for your your question. We haven't interacted with ScalaJS so far (although I really, really love the idea for it), so unfortunately, I can't help you integrating PPLib with it. If you'd simply like to use PPLib to interact with MTurk, check out this example: https://github.com/uzh/PPLib/blob/master/src/test/scala/ch/uzh/ifi/pdeboer/pplib/examples/Survey.scala

If you'd like to use more advanced features of PPLib (the automatic generation of workflows combined with the selection of which one performs best for a given problem), check out this tutorial: https://github.com/uzh/PPLib/blob/master/docs/recombination.md

Please don't hesitate to drop me an email for further questions, I'm happy to help: pdeboer@ifi.uzh.ch

Thanks, Patrick