shivsharma07 / django-survey

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

transferring the ownership of a survey #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This enhancement should enable the creator of a survey to transfer the
ownership of a survey to another user. I see two folds in this feature :
  * one is to be able to keep in memory the intention. The user X wants to
transfer the "Survey 1" to the user Y. In addition we need to keep track of
the date and the validity period of this offer.
  * the second is to actually notify user Y that user X want to transfer
the "Survey 1". From there user Y could accept or deny the offer.

I am under the impression that the second part could be fulfill by Pinax or
one of its components. 
--yml

Original issue reported on code.google.com by yann.ma...@gmail.com on 27 May 2008 at 7:35

GoogleCodeExporter commented 8 years ago
Sorry, but I do not yet fully understand the reason why surveys need 
'ownership' yet.
I see a number of potential use cases, all at odds with each other. I need to 
read up
on your changes.

Original comment by doug.nap...@gmail.com on 29 May 2008 at 7:34

GoogleCodeExporter commented 8 years ago
I would add to this that in some uses cases, more than one person needs the 
ability
to view and edit surveys. For example I (the webmaster) set up the survey, but 
our
entire staff need to be able to see the results. 

Currently only the survey creator can edit questions and view results - we'd 
like to
see this ability attached to a Group or a system permission such as is_staff().

Original comment by scotfhac...@gmail.com on 18 Mar 2009 at 10:58