Hi I would like to have some hints about building a small app where i have two types of users ( different roles ). The first role can only post task requests and see the accepted request . The second role can receive tasks and accepts them. Do you recomend me to create two controllers ( one for each role ) and dispatch to the right type of users when the user log in .
Thx for your advice.

