@@ -9,10 +9,17 @@ Planned work in rough order
99
1010* Add a 'recent ballots' page (IESG request)
1111
12+ * Add email thread search links to IESG ballots.
13+
14+ * Add an API to post IESG ballot comments
15+
1216* Revisit the review tool, work through the accumulated tickets.
1317
1418* Add sanitization of uploaded html documents.
1519
20+ * Introduce an API for Meetecho to use to associate recordings with sessions
21+ (and perhaps automate making copies of those videos)
22+
1623* Upgrade html5lib to the latest release, the same for bleach which uses it.
1724
1825* Reworked UI and refactored backend for the scretariat meeting scheduling
@@ -27,9 +34,6 @@ Planned work in rough order
2734* Polish the htmlization pages, making the style identical with tools.ietf.org.
2835 Do a public release of the htmlization lib.
2936
30- * Introduce an API for Meetecho to use to associate recordings with sessions
31- (and perhaps automate making copies of those videos)
32-
3337* Revisit photo uploads: Add photo upload for people with roles. Add
3438 photos to wg pages and group overview pages.
3539
@@ -43,8 +47,8 @@ Planned work in rough order
4347* Transition to Python 3. This will make it easier to add add support for
4448 internationalsed email, and also other i18n enhancements.
4549
46- * Adde support for document shepherding reports, possibly re-using or
47- generalising some of the review plumbing.
50+ * Add support for document shepherding reports, possibly re-using or
51+ generalising some of the review plumbing. Check with IESG for details.
4852
4953* Add support for internationalised email addresses according to RFC 6531
5054 when sending email (this is not supported by smtplib under Python 2.7,
0 commit comments