Hi Susanne,
Apologies for the delay - I've been away.
sukunis wrote:Now i can select the key-values of 90351 - press copy- go to 90352 - press paste.
You can already do this without the batch editing of Key-Value pairs.
In your example, if I selected
3 images (with annotations on
2 of them) and it gives me this:
- Code: Select all
Added by: Susanne Kunis
To: 90351.ome.tif
Key Value
Test 1
Test 2
Added by: Susanne Kunis
To: 90352.ome.tif
Key Value
TestB 3
Now I want to Add Key: Value
- Code: Select all
TestC: 1C
to all 3 images, how do I do that? What does the UI look like?
Assuming you manage to do it so that this gets added to all 3 images, now I have this
- Code: Select all
Added by: Susanne Kunis
To: 90351.ome.tif
Key Value
Test 1
Test 2
TestC 1C
Added by: Susanne Kunis
To: 90352.ome.tif
Key Value
TestB 3
TestC 1C
Added by: Susanne Kunis
To: thirdimage.ome.tif
Key Value
TestC 1C
Now, how do I undo that change to delete the
- Code: Select all
TestC: 1C
row from each annotation?
An alternative would be to create new annotations when you batch edit (instead of updating existing ones). In that case you'd end up with this (multiple annotations on each image):
- Code: Select all
Added by: Susanne Kunis
To: 90351.ome.tif
Key Value
Test 1
Test 2
Added by: Susanne Kunis
To: 90351.ome.tif
Key Value
TestC 1C
Added by: Susanne Kunis
To: 90352.ome.tif
Key Value
TestB 3
Added by: Susanne Kunis
To: 90352.ome.tif
Key Value
TestC 1C
Added by: Susanne Kunis
To: thirdimage.ome.tif
Key Value
TestC 1C
However, as above, this could get very confusing when you subsequently want to edit each of these new annotations. How do we support that? We (almost certainly?) don't want to allow batch-creation but not batch-editing.
Hopefully this makes the problem a little clearer.
Let us know if you can see some way to simplify this for the user.
Regards,
Will.