Hello,In our case, we have created few IS Modules in a single application in our service studio, now we are having a necessity to transfer (Copy/paste) our modules to ODC Studio. My question is "do we need to create separate libraries/applications for those IS Modules (from service studio) in our ODC Studio? or can we create all those elements from the IS Modules (Service studio) in a single library/application in ODC Studio?Please clarify.
Thanks,Meghana
Hi Meghana,
Here's some documentation on ODC architecture that might help: https://success.outsystems.com/documentation/outsystems_developer_cloud/building_apps/app_architecture/
Regarding your question, that's an architectural decision that you and your team need to answer by looking at your application's architecture. Do you have anything that might be consumed by other apps besides the one you're working at? In that case, it might make sense to have several libraries. Libraries can also reference libraries, in case you have some dependency between those modules.
There's nothing saying that you can't have all those elements from the IS modules in 1 ODC app, you just have to check if it makes sense considering the references in your environment.
Hope this helps :)
Got it! thank you @Laura Fidalgo