datatracker/ietf/nomcom
Emilio Jiménez 4fec10183d Feedback refactor:
* Now Feedback have manytomany to posotions, so a feedback email can be associated to few positions.
 * Add user and time field to nomination model
 * Delete feedbacks and questionnaires field from nomineeposition model, now feedback model has all information about nominations, feedback and quiestionnaires
 * Add user field to Feedback model to know the nomcom meber who made the nomination, regardless of the real author
 * Add nomcom field to Feedback and refactor EncryptedTextField, it's necessary to encrypt the comments with the nomcom public key.
 * Template tag to decrypt feedback has been improved, now It isn't necessary the view context has the private key variable.
 * Add skel view to view feedback
 * Delete hidden fields from private and public feedback form
 * Refactor private index view to show total number of questionnaires and to show if the nomienee has questionnaires or not
See #970
 - Legacy-Id: 5571
2013-03-15 10:05:28 +00:00
..
migrations Feedback refactor: 2013-03-15 10:05:28 +00:00
templatetags Feedback refactor: 2013-03-15 10:05:28 +00:00
__init__.py view only accessible by the secretariat that allows to assign the email of the members and the chair of the NomCom 2012-11-20 00:40:57 +00:00
admin.py Feedback refactor: 2013-03-15 10:05:28 +00:00
decorators.py View to enter a private key that will be encrypted and saved into the user session. 2013-01-30 16:48:19 +00:00
fields.py Feedback refactor: 2013-03-15 10:05:28 +00:00
forms.py Feedback refactor: 2013-03-15 10:05:28 +00:00
managers.py Add public and private complete views to do comments 2013-03-12 15:47:49 +00:00
models.py Feedback refactor: 2013-03-15 10:05:28 +00:00
test_data.py * Add new view and mail template to reminder to the nominees to accept (or decline) the nominations 2013-03-06 16:08:21 +00:00
tests.py Feedback refactor: 2013-03-15 10:05:28 +00:00
urls.py Feedback refactor: 2013-03-15 10:05:28 +00:00
utils.py Add public and private complete views to do comments 2013-03-12 15:47:49 +00:00
views.py Feedback refactor: 2013-03-15 10:05:28 +00:00