Skip to content

Commit 87eb0fb

Browse files
committed
Updated PLAN
- Legacy-Id: 17225
1 parent d2b2bb1 commit 87eb0fb

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

PLAN

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,21 @@ Planned work in rough order
2020

2121
* Polish the htmlization pages, making the style identical with tools.ietf.org.
2222

23+
* Rework email sending so that all emails sent by the datatracker, except for
24+
logging and failure emails sent to ADMINS, are captured as a Message object.
25+
26+
* Investigate adding code to trigger test exceptions for template variables
27+
that don't successfully resolve. A small trial run of this has indicated
28+
that most instances that trigger such exceptions would benefit from better
29+
resulution -- i.e., in the trial, it didn't seem that we to any greater
30+
extent have template code that is written to rely on failure to resolve
31+
rendering as nothing.
32+
2333
* Investigate making RFCs first-class document objects to faciliate being
2434
able to model BCPs that represent groups of RFCs properly. Then fix the rfc sync
2535
script to update BCP aliases when changes occur changes (a BCP points to new
2636
RFC numbers)
2737

28-
* Rework email sending so that all emails sent by the datatracker, except for
29-
logging and failure emails sent to ADMINS, are captured as a Message object.
30-
3138
* Review and change the draft submission and handling code to deal with UTF-8
3239
instead of ascii before upload of utf-8 drafts should be permitted.
3340
(This may fall out for free with the Python 3 transition).

0 commit comments

Comments
 (0)