I am working on a personal project. I started with a previous post (Point of Sale Application Architecture).
Trying to Use- repository - service and View Modal - View approach
Please see the attached image file. Most of my windows will have multiple views.
My Questions are:
- Looking at the windows do you think my project is a good candidate for CAG (Prism) or is it an overkill
- Will I be able to get POPUp modal windows and communicate to them from its parent view- region-module.
- Multiple Windows in Prism ( assuming that I can create multiple shell) , Is communication between them complex
- read on SO about creating complex views with sub views as properties. Is this a good approach or will too much code
The more I look into applying some pattern more I am getting confused
I am sure there are some of you had similar issues and may be your approach might solve things for me.
Thank you Mar