Scifabric / pybossa

PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
http://pybossa.com
GNU Affero General Public License v3.0
745 stars 269 forks source link

Results for applications #59

Closed teleyinex closed 12 years ago

teleyinex commented 12 years ago

Right now all the data are stored in the DB, and in order to get it, you have to use the API. However, there are some issues about how the data should be presented, and accessed.

Web Interface

API

@rgrp @fgrey @nigini please, let me know what do you think!

rufuspollock commented 12 years ago

Re get all tasks: http://domain.../api/task?... should already be a search of all tasks so that should work ...

Suggest we may also want: http://domain.../api/app/id/task?...

rufuspollock commented 12 years ago

Also definitely do not think this is v1.0 ... :-)

teleyinex commented 12 years ago

Please see issue #111 as a new proposal. Closing this issue as no longer valid :)