Re: contrib 's FormWizard needs a lot of work

2011-01-11 Thread Miguel Araujo
I would like to discuss my pull request comments with you Stephan, I don't consider writing anything before clarifying somethings I comment there. Thanks, regards Miguel Araujo @maraujop 2011/1/6 David Durham > On Thu, Jan 6, 2011 at 4:22 PM, Stephan Jäkel wrote: > > Hi David, > > > > y

Re: contrib 's FormWizard needs a lot of work

2011-01-06 Thread David Durham
On Thu, Jan 6, 2011 at 4:22 PM, Stephan Jäkel wrote: > Hi David, > > you should take a look at the NamedUrlFormWizard. In this second approach, > after successful posting a form, a redirect is done to get the user to the > next step. Is this the point you meant? > > Using the NamedUrlFormWizard, i

Re: contrib 's FormWizard needs a lot of work

2011-01-06 Thread Stephan Jäkel
Hi David, you should take a look at the NamedUrlFormWizard. In this second approach, after successful posting a form, a redirect is done to get the user to the next step. Is this the point you meant? Using the NamedUrlFormWizard, it's also possible to display links to different steps. Chee

Re: contrib 's FormWizard needs a lot of work

2011-01-06 Thread David Durham
If I'm reading this code correctly: https://github.com/stephrdev/django-formwizard/blob/master/formwizard/forms.py I think this implementation misses the core point I was trying to address with #9200, that you should not have to POST in order to navigate to a step/form in the wizard. My implem

Re: contrib 's FormWizard needs a lot of work

2011-01-02 Thread Miguel Araujo
Hi Stephan, Sorry If I didn't answer before, I have been on vacations. I have given you some feedback in my pull request: https://github.com/stephrdev/django-formwizard/pull/5 I will start soon writing a draft and trying to help you make django-formwizard the official replacement. Cheers,

Re: contrib 's FormWizard needs a lot of work

2010-12-31 Thread Stephan Jäkel
Hi, I just updated the cbv_refactor branch to use the generic class based views from Django trunk. I hope everything works as supposed. I would appreciate any help on writing documentation - even if its just a draft but its a beginning ;-) Looking forward to feedback! Cheers, steph Migue

Re: contrib 's FormWizard needs a lot of work

2010-12-26 Thread Miguel Araujo
I'm sorry, I misspelled Jannis' name by mistake. 2010/12/26 Miguel Araujo > Hi Stephan, > > I'm sorry but I didn't get any answer on Github :) > > In that case, if you already discussed it with Jannie Leidel and Russell > Keith-Magee, then I guess they liked the idea of replacing it with you app

Re: contrib 's FormWizard needs a lot of work

2010-12-26 Thread Miguel Araujo
Hi Stephan, I'm sorry but I didn't get any answer on Github :) In that case, if you already discussed it with Jannie Leidel and Russell Keith-Magee, then I guess they liked the idea of replacing it with you app when it has some more work done. In that case if you are planning on working on it, I

Re: contrib 's FormWizard needs a lot of work

2010-12-26 Thread Stephan Jäkel
Hi Miguel, I saw your message on GitHub and I thought I had answered that I'll work on the formwizard within the next weeks. But maybe I missed to press the "send" button :-) Regarding your points, I had the same thoughts in 02/2010 and started to write django-formwizard. There were also som

contrib 's FormWizard needs a lot of work

2010-12-26 Thread Miguel Araujo
Hi everyone, I think FormWizard solves a common problem when you need forms to be split into steps, many frameworks have solutions to this pattern. I started using it and soon realized there is much left to be done and it looks like it's been postponed too long. In brief it's missing support for: