Re: [Catalyst] Example app showing user to "item" authorization?

2008-12-10 Thread Jason Gottshall
Jason Gottshall wrote: Tomas Doran wrote: On 9 Dec 2008, at 04:24, bill hauck wrote: So my question: is there an example application or best practice on how to implement a check on all calls to see if the user should be accessing a specific item? I guess this would apply to any type of syst

Re: [Catalyst] Example app showing user to "item" authorization?

2008-12-10 Thread Jason Gottshall
Tomas Doran wrote: On 9 Dec 2008, at 04:24, bill hauck wrote: So my question: is there an example application or best practice on how to implement a check on all calls to see if the user should be accessing a specific item? I guess this would apply to any type of system: blog, auction, cms,

Re: [Catalyst] Example app showing user to "item" authorization?

2008-12-09 Thread Tomas Doran
On 9 Dec 2008, at 04:24, bill hauck wrote: So my question: is there an example application or best practice on how to implement a check on all calls to see if the user should be accessing a specific item? I guess this would apply to any type of system: blog, auction, cms, etc. -- they all

[Catalyst] Example app showing user to "item" authorization?

2008-12-08 Thread bill hauck
Hi. I'm relatively new to Catalyst. Also, since I'm not a programmer by trade I only get to spend a few hours a week on code so I'm a bit rusty on some stuff. I've built a basic project / task system. User creates project then creates tasks for that project. The tasks can be assigned to othe