I have a small issue with implementing a module in my existing app. I think my information flow (interfaces) between my app and my module is not completely correct or rather false. Has anyone an idea how to solve my problem?
as I see it here you don’t need interfaces at all for the communication between app and module but can handle all the logic inside your module that is loaded into your application’s ComponentContainer. You seem to have a form that can be edited and then saved. Which data would you expect to be transfered from the module to the application? Can you maybe describe your use case in a more detailed way? This would help a lot to find a solution to your problem.