Why not allow users to create tasks on pybossa.com by providing a url of a Google spreadsheet. The spreadsheet need to store one row per task, and each column would be stored in the task.info dictionary. The first row of the table would need to contain simple and unique keys for each column.
I suggest that after the tasks have been created, no further syncing between the spreadsheet and PyBossa should be done. Instead we should allow to delete all tasks at once (in preparation of uploading a new set of tasks).
This feature would significantly simplify the creation of PyBossa apps for journalists. At the same time, it shouldn't be that hard to implement.
Why not allow users to create tasks on pybossa.com by providing a url of a Google spreadsheet. The spreadsheet need to store one row per task, and each column would be stored in the task.info dictionary. The first row of the table would need to contain simple and unique keys for each column.
I suggest that after the tasks have been created, no further syncing between the spreadsheet and PyBossa should be done. Instead we should allow to delete all tasks at once (in preparation of uploading a new set of tasks).
This feature would significantly simplify the creation of PyBossa apps for journalists. At the same time, it shouldn't be that hard to implement.
What do you think?