Hi everyone, I am currently researching some use cases where OFBiz can be extended for location-based service flows and external real world data references.
One example scenario is related to travel / mobility users in Dubai. Many users switch between private transport and public transport during the same trip, so the workflow needs to support both. While testing this concept, I also studied how routing and information pages on the
map of dubai's metro help users plan their travel transitions smoothly between segments.
My question is:
What is the recommended OFBiz architectural way to handle external structured information pages inside a custom component using best practice? Should we store this type of reference information locally inside OFBiz, or should it be fetched as external resource when needed?
Any guidance or experience would be helpful. Thanks.