I just wanted to confirm my understanding of prism modules.
I my thought was a module may consist of many features with many views.
For example I want to create UserManagement module that consists of the following features which have their own main views
Features
* User Listing
* User Update
* Change Password
is my understanding of modules in prism correct? How would I tell the module manger to load which feature?
Or do I have this all wrong and each module can only have one main view?