Hi,

not two apps, what happens if you get your third and forth group, more apps. And even with two you have to allways remeber to update the other one when updating the other.

Either you can extend the auth_user table to include a field e.g. right_to_accept. When you create the form you check if the user has rights to accept. Then the app has more power.

A second maybe better way is to create groups two where users belong. Then check if you belongs to accept group and so on.


Kenneth

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.

Reply via email to