hajicj / MUSCIMarker

Tool for annotating objects in musical scores.
http://muscimarker.readthedocs.io/en/latest/
Apache License 2.0
7 stars 2 forks source link

Add generating CropObject UIDs to AnnotatorModel #158

Closed hajicj closed 6 years ago

hajicj commented 7 years ago

When adding a CropObject and assigning an objid, the model should also directly assign an uid.

The global namespace should be a config value (no way for MUSCIMarker to tell which dataset is being annotated.

The document namespace should be somehow derived from the filename by default. However, it should also perhaps be possible to ask for one - perhaps a config value that on default setting copies current CropObjectList filename? (But what if it changes on export...?)

hajicj commented 6 years ago

Done.