shivsharma07 / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

Edit a survey in a single page #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Write the view and the template to create/update a survey. As of now I
imagine a single page where you could :
  * create /update / delete question and Choice
  * Set the order of the questions and choice (Move up, move down)

This will be done using ajax call to get and display the forms. Then this
form will be submitted to the server. 

Original issue reported on code.google.com by yann.ma...@gmail.com on 2 May 2008 at 2:50

GoogleCodeExporter commented 8 years ago

Original comment by yann.ma...@gmail.com on 2 May 2008 at 2:52

GoogleCodeExporter commented 8 years ago
Changeset r21 is a step forward this direction, it is now possible to update a
survey, question, choice on a dedicated pages. The next step is to glue them 
with a
soup of JS on a single pages.

Original comment by yann.ma...@gmail.com on 7 May 2008 at 8:41

GoogleCodeExporter commented 8 years ago
This approach seems to be exactly what I am looking for :
  * http://www.ibm.com/developerworks/web/library/wa-aj-overhaul1/
  * http://www.ibm.com/developerworks/web/library/wa-aj-overhaul2/

It seems to be very interesting and relatively easy to implement. It is based 
on :
    * ThickBox: Developed by Cody Lindley
    * jQuery Forms: A collaborative effort of the jQuery community
    * JTip: Developed by Cody Lindley and extended by the jQuery community
    * GreyBox: Developed by Amir Salihefendic

Original comment by yann.ma...@gmail.com on 7 May 2008 at 1:33

GoogleCodeExporter commented 8 years ago

Original comment by doug.nap...@gmail.com on 8 May 2008 at 7:59

GoogleCodeExporter commented 8 years ago
I have committed in the changeset r29 the capability to edit a survey and all 
its
components (questions, choices).
Next step is to ajaxify this page in places where it seems useful.

Original comment by yann.ma...@gmail.com on 20 May 2008 at 11:51

GoogleCodeExporter commented 8 years ago
Changeset r33 contains the same datetime picker than in the admin interface, it 
also
fix the ordering issues of the questions and choices.

I changed the status of this bug from "Accepted" to "Fixed", I will let it in 
that
state for sometimes and if nobody complains about it I will close it.

Original comment by yann.ma...@gmail.com on 26 May 2008 at 10:57