datatogether / webapp

Web application to allow users to add content metadata about crawled resources
https://archivers.co/
GNU Affero General Public License v3.0
13 stars 12 forks source link

Task Pipeline frontend & Collections Support #37

Closed b5 closed 7 years ago

b5 commented 7 years ago

This PR brings initial support on the frontend for both tasks & collections. This can only be merged after we merge the task-mgmt queue refactor.

The tasks implementation is extremely skeletal, only one type of task is supported: archiving a url to IPFS. The main job here is to demonstrate the task queue working from end-to-end.

Collections, on the other hand, are much more complete. I think we'll find them useful right off the bat.

b5 commented 7 years ago

I'm going to merge this, as a good chunk of the discussion happened over on task-mgmt task refactor PR