sjyk / sampleclean-async

http://sampleclean.org
Apache License 2.0
92 stars 27 forks source link

Track worker behaviour(timing for now) #39

Open tracyhenry opened 9 years ago

tracyhenry commented 9 years ago

Added JQuery code to track worker behavior.

Modified Django model to store metrics(Currently store in the 'metrics' field of the CrowdWorkerResponse model).

I have tested this by using the DHC to test the crowd server alone, using psql to see if metrics have been stored into the database and running the CrowdDemo.

thisisdhaas commented 9 years ago

I made some comments: let's resolve them before merging.