[Lift] Re: Wizard code in master

2009-10-16 Thread Randinn

That would be a great added feature, sorry for the late comment on the
subject. Ah, full disclosure, I do not care for green...

On Sep 12, 4:14 am, David Pollak feeder.of.the.be...@gmail.com
wrote:
 The wizard stuff is in the lift-wizard package.  Right now, it's random
 thoughts that are forming into something that will be semantically 
 likehttps://www.lostlake.org/wizard.wmvbut be syntactically a Scala DSL.
 I need 2 or 3 solid days working on Wizard to make it usable, but I haven't
 found those 2 or 3 days yet.



 On Fri, Sep 11, 2009 at 10:06 AM, glenn gl...@exmbly.com wrote:

  Is this wizard code available for review somewhere?

  I'm writing a snippet that allows users to add or edit
  site content - heading, summary, tags, etc. - and then depending on
  the content
  type selected - html, file, form, etc. - takes the user to a page
  specifically for adding/editing
  that content type (e.g. a file upload page, if that is required).

  Glenn

  On Sep 3, 3:38 am, Timothy Perrett timo...@getintheloop.eu wrote:
   Thought as much ;-)

   Just something else to throw into discussion, but perhaps it would be
   great ifwizardprocesses could be serialised into a couple of formats
   (XML, JSON??)... this is something that I could see myself using to
   load differentwizardsteps dynamically from my database or such.

   Cheers, Tim

Right now, I think it's vomit in process, but later it will turn into
  work
in process and later code suitable for others to make fun of.

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Git some:http://github.com/dpp
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Wizard code in master

2009-09-11 Thread glenn

Is this wizard code available for review somewhere?

I'm writing a snippet that allows users to add or edit
site content - heading, summary, tags, etc. - and then depending on
the content
type selected - html, file, form, etc. - takes the user to a page
specifically for adding/editing
that content type (e.g. a file upload page, if that is required).

Glenn

On Sep 3, 3:38 am, Timothy Perrett timo...@getintheloop.eu wrote:
 Thought as much ;-)

 Just something else to throw into discussion, but perhaps it would be
 great ifwizardprocesses could be serialised into a couple of formats
 (XML, JSON??)... this is something that I could see myself using to
 load differentwizardsteps dynamically from my database or such.

 Cheers, Tim





  Right now, I think it's vomit in process, but later it will turn into work
  in process and later code suitable for others to make fun of.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Wizard code in master

2009-09-11 Thread David Pollak
The wizard stuff is in the lift-wizard package.  Right now, it's random
thoughts that are forming into something that will be semantically like
https://www.lostlake.org/wizard.wmv but be syntactically a Scala DSL.
I need 2 or 3 solid days working on Wizard to make it usable, but I haven't
found those 2 or 3 days yet.

On Fri, Sep 11, 2009 at 10:06 AM, glenn gl...@exmbly.com wrote:


 Is this wizard code available for review somewhere?

 I'm writing a snippet that allows users to add or edit
 site content - heading, summary, tags, etc. - and then depending on
 the content
 type selected - html, file, form, etc. - takes the user to a page
 specifically for adding/editing
 that content type (e.g. a file upload page, if that is required).

 Glenn

 On Sep 3, 3:38 am, Timothy Perrett timo...@getintheloop.eu wrote:
  Thought as much ;-)
 
  Just something else to throw into discussion, but perhaps it would be
  great ifwizardprocesses could be serialised into a couple of formats
  (XML, JSON??)... this is something that I could see myself using to
  load differentwizardsteps dynamically from my database or such.
 
  Cheers, Tim
 
 
 
 
 
   Right now, I think it's vomit in process, but later it will turn into
 work
   in process and later code suitable for others to make fun of.
 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Wizard code in master

2009-09-03 Thread Timothy Perrett


Thought as much ;-)

Just something else to throw into discussion, but perhaps it would be
great if wizard processes could be serialised into a couple of formats
(XML, JSON??)... this is something that I could see myself using to
load different wizard steps dynamically from my database or such.

Cheers, Tim

 Right now, I think it's vomit in process, but later it will turn into work
 in process and later code suitable for others to make fun of.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Wizard code in master

2009-09-02 Thread David Pollak
On Wed, Sep 2, 2009 at 12:54 PM, Timothy Perrett timo...@getintheloop.euwrote:


 Hey all,

 Just taking a look through the wizard code... it looks pretty
 awesome :-)

 Just so im clear, this is a work in progress / first pass right?


Right now, I think it's vomit in process, but later it will turn into work
in process and later code suitable for others to make fun of.



 Cheers, Tim
 



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---