datatracker/ietf/secr
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
..
announcement Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
areas Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
console Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
drafts Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
groups Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
ipradmin Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
lib Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
meetings Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
middleware Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
proceedings Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
roles Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
rolodex Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
sreq Remove "names" fixture from all tests, since it's now loaded once just 2013-09-29 17:35:59 +00:00
telechat For no good reason, agenda_data took request as first parameter, remove this as it makes testing harder 2013-10-25 12:53:54 +00:00
templates Refactor IESG agenda pages, put the agenda structure in a helper function in agenda.py, build the agenda up around this structure, and reuse this everywhere instead of duplicating the structure in various templates and the JSON view - this also fixes a couple of minor bugs where the copy-pasted copies were not entirely in sync 2013-10-16 13:07:09 +00:00
utils Merged the latest secretariat code from rcross@amsl.com, from branch/amsl/trunkmerge@6149. 2013-09-18 19:33:36 +00:00
__init__.py new version 2013-09-11 22:08:12 +00:00
context_processors.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
urls.py Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00