-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple image collection actions (like export) #29
Comments
claiming this! |
@jywarren hey just wanted to provide a status update here! Working on this and hoping to open a pull request tonight. Thank you |
Amazing!!!! |
@jywarren I updated this issue a little please feel free to revert it if you think it shouldn't be updated that way |
OK! We've ironed out the input format for both the Ruby and JS based exporters, documented here: publiclab/mapknitter-exporter-sinatra#1 (comment) And we'll also need some glue function to convert that into the JS-specific format here (although we can do that as a follow-up step!): publiclab/image-sequencer-app#6 (comment) This is all coming together! |
We could aim for a function that outputs the basic JSON format in publiclab/mapknitter-exporter-sinatra#1 (comment), called |
This would eventually be replaced/superceded by a fuller Export UI in React that @sashadev-sky has explored! |
This is great. The new class -- was it |
Class is called |
Yeah, perfect!!! |
@jywarren made some updates here! |
Part 1: -- this part is done.
This is becoming higher priority now, and would at most basic, include the ability to select and display as selected, multiple images.
Part 2: -- -- this part is done.
We should be able to return an array of selected images, and to perform actions using their collected image URLs or other properties.
Part 3: -- this part is done.
Eventually we should consider a menu for the manipulation of image collections, for example initiating an export. This relates to publiclab/mapknitter#326, the new MapKnitter Exporter UI, but could also be used for simple things like dragging a group of images together.
Part 4: -- Open to claim
Get all actions available in the single image interface working in the collection interface:
The text was updated successfully, but these errors were encountered: