Hello! I have a Shell class with one region. I created a module which shows,for example, a list of offices. When I choose one of offices I want to show another module where I want to transfer information about chosen office. Questions:
- what is better: to create another module or maybe to create just another view in existing?
- (if I still want to create second module), how do I must to change views in region? Notice, I have only one region, so I need either hide view of first module or unload it.
- What if I want to add one more region to shell? E.g. every module must contains 2 views and change all of them.
Thanks.