hhba / mapa76

Plataforma de investigación periodística
http://analice.me/
31 stars 8 forks source link

Add dropbox task #97

Open malev opened 11 years ago

malev commented 11 years ago

Please don't merge till we test it

vanhalt commented 11 years ago

As a comment. The DropBoxCreatorTask should be only responsible of initializing the class that will actually generate and save the documents. I recommend you this:

DropboxCreator # The class that holds all the document's generation, saving operations and etc..
DropboxCreatorJob # The job that actually enqueues all the DropboxCreator related tasks.

What do you think?