Moved IPR form updates and Django 1.11 upgrade forward to positions 2 and 3 on the list.

- Legacy-Id: 14400
This commit is contained in:
Henrik Levkowetz 2017-12-05 18:08:36 +00:00
parent f7d33191f3
commit 21501c25e5

14
PLAN
View file

@ -9,6 +9,13 @@ Planned work in rough order
* Add an API to post IESG ballot comments
* Update IPR disclosure pages with 1) itemized section V, 2) use the RFC
Updates and Obsoletes fields to add document relationships to be followed by
IPR searches, 3) show current values in the IPR update form, and 4) show
updates in a diff format (old/new columns).
* Upgrade Django to version 1.11
* Revisit the review tool, work through the accumulated tickets.
* Add sanitization of uploaded html documents.
@ -42,16 +49,9 @@ Planned work in rough order
* Add per-session calendar links to the session pages.
* Upgrade Django to version 1.11
* Transition to Python 3. This will make it easier to add add support for
internationalsed email, and also other i18n enhancements.
* Update IPR disclosure pages with 1) itemized section V, 2) use the RFC
Updates and Obsoletes fields to add document relationships to be followed by
IPR searches, 3) show current values in the IPR update form, and 4) show
updates in a diff format (old/new columns).
* Add support for document shepherding reports, possibly re-using or
generalising some of the review plumbing. Check with IESG for details.