zooniverse / panoptes

Zooniverse API to support user defined volunteer research projects
Apache License 2.0
103 stars 41 forks source link

Pan and zoom as workflow configuration #1991

Closed srallen closed 7 years ago

srallen commented 8 years ago

Pan and zoom UI was only hidden behind the experimental_tools project configuration array. It should be a workflow configuration since I don't think we want the UI enabled for everyone. I have a PR on PFE that makes it a workflow config option as well as make it public. Could we check for projects that have pan and zoom in its experimental_tools array and if true set all of its linked workflows' configuration with { pan_and_zoom: true }?

camallen commented 7 years ago

Sounds like a plan. Once of use will have to get a rake task data migration for this.

srallen commented 7 years ago

I think @mrniaboc will send out an email about the new features we're making public sometime early next week. It'd be nice if we can include pan and zoom with this, so let me know if the rake task can be run early next week. If not, it can be included with an email later.

camallen commented 7 years ago

@zwolf something for this week?

zwolf commented 7 years ago

pair on this thusday?

zwolf commented 7 years ago

:sadpanda:

zwolf commented 7 years ago

All workflows on projects that have the "pan and zoom" experimental tool enabled now have "pan_and_zoom: true" in their configurations.