datatracker/ietf/name/migrations
Ole Laursen ecf68dbb05 Revamp and clean up submit models:
- Rename IdSubmissionDetail to Submission
- Rename various submission fields to correspond to the conventions in
  the new schema
- Use a name model for the states instead of IdSubmissionStatus
- Drop the TempIdAuthor model which is based on splitting up author
  names
- Add a simple textual SubmissionEvent for tracking events in the
  lifetime of a submission
- Delete a bunch of obsolete fields
- Make sure all submission have an access key so we can depend on it
- Add state for when approval is needed from previous authors

A couple of migrations take care of transforming the
IdSubmissionDetail and moving data over/cleaning it up.

Also revamp the submit view code:

- Make form code do validation/cleaning only so there's a clear
  separation of concerns
- Reduce uses of inheritance that made the code hard to follow -
  forms now don't inherit from each other, views don't call each other
  but instead reuse common utilities, templates share CSS/utilities
  instead of relying on inheritance
- Move email rendering/sending to separate file
- Drop the in-grown terminology use (auto post vs. manual posts)
- Make the status page explain who is emailed for what purpose
- Add history table with recorded events
- Make the status page handle its post actions by itself instead of
  duplicating most of the setup logic in a number of simple views
- Fix a couple of minor bugs and handle some edge cases better
- Expand tests with a couple of more cases

Possibly the submit tool could still use more help text added to
explain the process, ideally what's explained in the tool instructions
page should be inlined or self-evident.
 - Legacy-Id: 6714
2013-11-15 13:30:32 +00:00
..
0001_initial.py Introduce more generic ballot models, start porting doc ballot page to the 2012-03-30 17:16:50 +00:00
0002_auto__add_field_ballotpositionname_blocking.py Some fixes to generic doc ballot view, fix edit position and send 2012-04-03 14:53:38 +00:00
0003_add_conflict.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
0004_add_wg_state_abandon.py Merged [4825] from rjsparks@nostrum.com: 2012-10-21 15:34:39 +00:00
0005_add_newstat.py Merge forward complete 2013-01-24 21:28:27 +00:00
0006_add_revname_column.py Merge forward complete 2013-01-24 21:28:27 +00:00
0007_reverse_relation_names.py Merge forward complete 2013-01-24 21:28:27 +00:00
0008_auto__del_groupballotpositionname__add_groupmilestonestatename.py Merged in branch/iola/milestones, which provides datatracker support for management of WG milestones. 2013-05-15 22:07:23 +00:00
0009_add_groupmilestonestatenames.py Merged in branch/iola/milestones, which provides datatracker support for management of WG milestones. 2013-05-15 22:07:23 +00:00
0010_auto__add_feedbacktypes.py Added migrations which should have been part of release 4.70. 2013-08-06 17:37:47 +00:00
0011_add_feedback_types.py Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +00:00
0012_auto__add_dbtemplatetypename.py Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +00:00
0013_add_dbtemplates_types.py Merged in the nomcom app from ejimenez@yaco.es and esanchez@yaco.es, and accompanying dbtemplate app and the (standard) docutils module. Added some tweaks to get all tests to pass and migrations to run. 2013-08-06 10:09:29 +00:00
0014_auto__del_groupballotpositionname__add_groupmilestonestatename__add_fi.py Added missing migration. Already fixed (somehow??) in production. 2013-08-08 13:39:25 +00:00
0015_auto__add_field_constraintname_penalty.py Migration for new ConstraintName field: penalty 2013-09-09 20:55:59 +00:00
0016_auto__add_draftsubmissionstatename.py Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
0017_populate_draftsubmissionstate.py Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
__init__.py Introduce more generic ballot models, start porting doc ballot page to the 2012-03-30 17:16:50 +00:00