sciapp / sampledb

Sample and Measurement Metadata Database
https://scientific-it-systems.iffgit.fz-juelich.de/SampleDB/
MIT License
21 stars 10 forks source link

Enhancement: Generating label batch #50

Closed NilsWeber98 closed 1 year ago

NilsWeber98 commented 1 year ago

Since we are planning to use the very nice QR code label feature of sampledb, it would be really useful to have batch generation for this feature.

We are currently creating multiple samples in one step using the batch action function. (Thanks for the great batch function). Right now, we have to generate the labels for each sample step by step (it generates a whole sheet of paper with the same label). It would be useful to have a single generation step for all samples or for the samples selected via a checkbox.

FlorianRhiem commented 1 year ago

One of my colleagues is currently working on a feature for selecting multiple objects from the object list (via checkboxes, as you describe) and performing common tasks on them, such as assigning a new location or responsible user. The feature you are describing sounds like something that would fit in quite well with what he's working on.

NilsWeber98 commented 1 year ago

Great! We are looking forward to it.

FlorianRhiem commented 1 year ago

This has been implemented in v0.22.0:

image image