Hello, We are preparing a project with Nuxeo and looking at the way we can implement a documentation classification system on top of Nuxeo. The most obvious answer to implement the classification is to use the existing vocabulary feature.
The now is that we need to add more information, specifically a long description, to each vocabulary entry used in the classification. The reason for that is simply because the classification system that will be implemented is rather involved. I know that Nuxeo offer the needed hooks to override the various views which make use of vocabularies but I have found no clear way an additional field can be added to vocabulary items. The only hook we found is the 'registries' hook inside the nuxeo-theme-core package which apparently can be used to override the VocabularyManager class and thus the VocabularyItem class. This hook is sadly recommended only for internal use. So the questions are: - Is there a way to extend the vocabulary system which I have not thought about? - Why is the 'registres' hook only for internal use? - Should we steer away from the vocabularies for custom classification? -- François-Denis Gonthier Programmeur/analyste 819-780-8955 #1128 http://www.revolutionlinux.com/ --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
