b12io / orchestra

Orchestra is a human-in-the-loop AI system for orchestrating project teams of experts and machines.
https://orchestra.b12.io/
Apache License 2.0
668 stars 70 forks source link

Improve the Journalism Example #32

Open thisisdhaas opened 9 years ago

thisisdhaas commented 9 years ago

This should be made better over time. Current wishlist items include:

marcua commented 9 years ago

Also---create journalism-requirements.txt or some other way to capture requirements not core to Orchestra.

From our discussion: I think we discussed having a setup_orchestra.sh script in the pypi package--when we write that I'd say it's reasonable to give it commandline arguments like --journalism-workflow to indicate that those requirements are needed.

marcua commented 9 years ago

orchestra/static/orchestra/task/js/controllers.js copies variables from data onto vm but also points vm.taskAssignment at data. We should stick to accessing variables via vm.taskAssignment and clean up throughout.