Currently, we are implementing Alfresco Content Services as a DMS for a large department in our company. The main feature we want from Content Services in this use case is the ability to add metadata to documents. As far as I know, the recommended approach is to define a metadata model. To my knowledge, such a metadata model can no longer be freely modified once deployed (please correct me if I'm wrong).
However, the department is so large that we have to choose an agile approach to the implementation. But this will not work if the metadata model is static and cannot be changed after being deployed for the first time.
How can we implement a metadata model in an agile way?
Solved! Go to Solution.
The metadata model can be changed (within reason) after being deployed. Things you should not do are:
You can technically still do all these things, but then you will have to write some extra code (migration / adaptation logic for existing data) and perform some administrative tasks (re-indexing SOLR) to make that work properly.
I have worked in multiple projects using various variants of "agile" methodoligy, and model evolution has so far never been an issue / hindrance. Of course it helps if you are already familiar with the above mentioned restrictions, mitigations and have some experience in how some use cases may evolve from previous content management processes to better inform your content modelling plans / techniques.
The metadata model can be changed (within reason) after being deployed. Things you should not do are:
You can technically still do all these things, but then you will have to write some extra code (migration / adaptation logic for existing data) and perform some administrative tasks (re-indexing SOLR) to make that work properly.
I have worked in multiple projects using various variants of "agile" methodoligy, and model evolution has so far never been an issue / hindrance. Of course it helps if you are already familiar with the above mentioned restrictions, mitigations and have some experience in how some use cases may evolve from previous content management processes to better inform your content modelling plans / techniques.
Thank you, Axel. This helps us a lot!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.