Hi I have a database model that would make sense to import both in its dedicated module and an extra module, this extra module being an advanced logic about a sub-document of the model.
I know I could make a dedicated service in the original module, but because the original module is already quite large and the extra service will need a few extra files it would be cleaner to be in its own module.
I think I've read somewhere that it was technically an issue but I can't find it anymore. Thanks for your answers.