01-24-2018 08:28 PM
Our team is building a rather large enterprise application. Alfresco is the ECM that will be storing all the content.
However, we're being told that they literally mean ALL static content, including small things like form labels, such as "Gender", "Login", "Submit" because:
1. developers do not want to hard-code in any static values into their code.
2. some customers that use our software are willing to pay additional fee for having flexibility to relabel those labels to "Sex", "Log On", "Save".
Setting aside performance implication (which they probably addressed through periodic indexing jobs), is there a precedent for storing micro content like this in Alfresco? Is there a reference / guide that I can refer to for this?
What is the best way to content modeling and create content type of this scale, and also allow for customer specific overrides/customization?
I know this is an unusual topic, so your thoughts would be much appreciated.
01-25-2018 07:18 AM
It Looks like you want to design your own form engine.Alfresco share has one form engine, but with that you will be able to set label values using properties file and not dynamically
Its possible in alfresco , but there will be lot of things which you need to consider.If its fully fresh application and there is not much use of alfresco share than you can design application using ADF.
To start up for designing this stuff..You need to consider below things.
Existing share form engine is using form.get.js,form.get.html.ftl etc files...You can check those.
01-26-2018 09:01 AM
Sorry if I didn't make myself clear. We're using Alfresco as a generic content storage to store images, text content, and data / input labels. And data label just happens to be one of many custom content type. The application itself is built on ReactJS because that's our enterprise standard. Hope that clarified my question. Thank you
Explore our Alfresco products with the links below. Use labels to filter content by product module.