Use of Multiple Modules

0
I am working on an app that has multiple sections Project Products Equipment Service Procurement Project Management   There is cross over between the sections, however I am finding the domain is getting difficult to understand as there is so much in the domain with lines everywhere. Does it make sense to split this into multiple modules and if I do, can I access table from one module to the other.
asked
1 answers
1

Hi, 

Yes, you can create multiple modules to handle different cases and it the best practice to do and if you do you can access the entity across the modules without any issues. 

Note: If you are planning to move the entity from one module to other it will result in data loss. 

 

Hope this helps!

answered