On 24/08/11 14:58 -0700, Ian Wilson wrote:
> On Wed, Aug 24, 2011 at 1:52 PM, Cédric Krier wrote:
>
> > On 24/08/11 13:05 -0700, Ian Wilson wrote:
> > > On Wed, Aug 24, 2011 at 12:13 PM, Cédric Krier > >wrote:
> > >
> > > > On 24/08/11 11:34 -0700, Ian Wilson wrote:
> > > > > 4. I think also the
On Wed, Aug 24, 2011 at 1:52 PM, Cédric Krier wrote:
> On 24/08/11 13:05 -0700, Ian Wilson wrote:
> > On Wed, Aug 24, 2011 at 12:13 PM, Cédric Krier >wrote:
> >
> > > On 24/08/11 11:34 -0700, Ian Wilson wrote:
> > > > I'm not sure if its too soon to bring up these other points so tell
> me if
>
On 24/08/11 13:05 -0700, Ian Wilson wrote:
> On Wed, Aug 24, 2011 at 12:13 PM, Cédric Krier wrote:
>
> > On 24/08/11 11:34 -0700, Ian Wilson wrote:
> > > I'm not sure if its too soon to bring up these other points so tell me if
> > > so:
> > >
> > > 1. StateAction seems to actually contain the ne
On Wed, Aug 24, 2011 at 12:13 PM, Cédric Krier wrote:
> On 24/08/11 11:34 -0700, Ian Wilson wrote:
> > I'm not sure if its too soon to bring up these other points so tell me if
> > so:
> >
> > 1. StateAction seems to actually contain the next state as an attribute
> as
> > well.
>
> Oops I made a
On 24/08/11 11:34 -0700, Ian Wilson wrote:
> I'm not sure if its too soon to bring up these other points so tell me if
> so:
>
> 1. StateAction seems to actually contain the next state as an attribute as
> well.
Oops I made an issue, I made a last minute change StateAction inheriting of
StateCho
On Tue, Aug 23, 2011 at 5:36 AM, Cédric Krier wrote:
> On 23/08/11 08:27 -0400, Sharoon Thomas wrote:
> >
> > On Aug 22, 2011, at 5:15 PM, Cédric Krier wrote:
> >
> > >
> > > class Example(Wizard):
> > >start = 'init'
> > >end = 'end'
> > >
> > >init = StateForm('account.invoice', but
On 23/08/11 08:27 -0400, Sharoon Thomas wrote:
>
> On Aug 22, 2011, at 5:15 PM, Cédric Krier wrote:
>
> >
> > class Example(Wizard):
> >start = 'init'
> >end = 'end'
> >
> >init = StateForm('account.invoice', buttons=[Button('Cancel'),
> > Button('ok', 'step2')],
> >default
On Aug 22, 2011, at 5:15 PM, Cédric Krier wrote:
>
> class Example(Wizard):
>start = 'init'
>end = 'end'
>
>init = StateForm('account.invoice', buttons=[Button('Cancel'),
> Button('ok', 'step2')],
>default='default_invoice')
>step2 = StateAction('action_step2', 'next_st
Hi,
I agree your propose it seem interesting.
Oscar Alvarez
2011/8/23 Paul J Stevens
>
>
> On 22-08-11 23:15, Cédric Krier wrote:
> > Hi,
> >
> > For some times, I'm thinking about a better design for wizards.
> > The goals are:
> >
> > - Better self validation by using object instead of
On 22-08-11 23:15, Cédric Krier wrote:
> Hi,
>
> For some times, I'm thinking about a better design for wizards.
> The goals are:
>
> - Better self validation by using object instead of dict
> - More expressive
> - Less magic tricks
>
> So here is the result, it is just some snipet
Hi,
For some times, I'm thinking about a better design for wizards.
The goals are:
- Better self validation by using object instead of dict
- More expressive
- Less magic tricks
So here is the result, it is just some snipet code that has no meaning but
just show the design principles
11 matches
Mail list logo