Profiles and views
My application has different profiles which are assigned differents views.
E.g. When an IT manager logs in a screen showing a project team, the activities, the cost for each activity, etc shows up. But when a task responsable logs in, only all details about his task but the cost is shown.
Which pattern or desing can I implement to do this profiles->views architecture.
Thanxs.

