KBNLresearch / iromlab

Loader software for automated imaging of optical media with Nimbie disc robot
Apache License 2.0
33 stars 5 forks source link

Auto-generate batch names #9

Closed bitsgalore closed 7 years ago

bitsgalore commented 7 years ago

E.g. something based on prefix, date, time. Must be human-readable to some degree (so no UUIDs here).

bitsgalore commented 7 years ago

Done: https://github.com/KBNLresearch/iromlab/commit/f0ae2773c957d554bca86981974f7a562fd084be

Based on UUIDs so NOT very human-readable. Reason: simpler schemes (e.g. based on YYY-MM-DD and number) can result in duplicates if the code is run in parallel on different machines. This can result in all sorts of trouble, so keeping the batch names unique is probably more important than human-readability.