I am working on a project that sorts vocabulary terms from existing thesauri (AAT, wikidata, etc.) into shorter, more manageable lists (micro-thesauri) for easier cataloging.
I have used the Rights Statements module as the basis to adapt a new module to provide a dropdown list of terms with their URIs (see https://github.com/ArdenKirkland/CostumeCoreWorkTypes)
In total I have 36 different drop-down lists, some with as few as 3 terms each. Rather than create a different module for each one, could I combine them all into 1 module? I’m not “formally trained” in PHP, so I thought I’d ask before I waste any time trying.
(In case you’re wondering, the Custom Vocab module isn’t sufficient for this, first because I’m trying to also attach URIs in one step, and second because I’m trying to create a package with an ontology, modules, and resource templates as a toolkit to get up and running more quickly.)