Hello Friends,

I'm beginning a new project for a client and I'm going to use either
Django or TurboGears.  I'd like to get some feedback from this group on
the direction I should take.

The facts:
1.  The application is basically for a user to respond to surveys.
2.  The survey questions are fixed and follow the standard 5 point
response types with radio buttons (strongly agree, agree, mix,
disagree, strongly disagree).
3.  There are a fixed number of survey pages.  The user fills out a
survey and then is asked to select from a pre-defined list of possible
problems and their solutions.  The application shows the pre-defined
list, which is filtered based on some of their answers to the survey
questions.
4.  There needs to be a very simple Admin interface to essentially
create a new survey instance, invite users (by emails), and then
monitor the progress of the survey (who has responded, etc.).
5.  There will be 5-6 reports based on the surveys.  These reports are
aggregate responses by manager, organization unit, etc.  Nothing
overall difficult.

So, based on this, my initial leaning had been to go to TurboGears.  My
thoughts were that the application is not interested in content
management or display, and that I'd like to use a bit of AJAX goodies
here and there.

Any different take on this?  Is Django a fit here and I'm not seeing
it?

Thanks for any feedback,

Matt


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to