Dennis Daupert wrote on 6/9/09 4:51 PM:
> 
> MyApp::User;
> MyApp::User::Actionitem;
> 
> I have my CRUD methods for actionitems in the child class. This is fine for
> 'items that are unassociated to meetings or projects. But when I tell the
> 'item it now is attached to Meeting 37, and the meeting leader does a search
> on Actionitems people have attached to the meeting, things get complicated.
> Let's say the team leader is user # 16. She logs into her /user/profile,
> clicks on 'meetings,' selects meeting 37, and does a search for actionitems
> people have sent to that meeting. Now we need a method flow like this:
> 
> /user/16/meeting/37/actionitem/list
> 

have you looked at how CatalystX::CRUD::Controller does this? It supports
arbitrary relationship names like you are describing.

-- 
Peter Karman  .  http://peknet.com/  .  [email protected]

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to