OnroerendErfgoed / atramhasis

An online SKOS editor
http://atramhasis.readthedocs.io/
GNU General Public License v3.0
55 stars 11 forks source link

Allow custom ID generation #925

Open koenedaele opened 3 weeks ago

koenedaele commented 3 weeks ago

As discussed in #923, we would like to let implementors override ID generation by adding a new Strategy:

IdGenerationStrategy.CUSTOM

When a provider is configured with this strategy, the SkosManager.get_next_cid method calls a custom method that was passed to the provider in dotted syntax, eg. mythes.idgenerators.spam.

TODO: