diff --git a/PLAN b/PLAN index bd5904ffb..1ae36445a 100644 --- a/PLAN +++ b/PLAN @@ -41,7 +41,7 @@ Planned work in rough order * Add support for IAB Programs -* Transition to PostgreSQL +* Performance analysis of database table and index setup * Break out the htmlization code used on tools in a library, and use that in the datatracker rendering, replacing the simpler code currently in use. @@ -55,8 +55,6 @@ Planned work in rough order there are about 100 file open() which should be reviewed and changed to codecs.open() unless that's clearly not right. -* Performance analysis of database table and index setup - * Code refactoring to avoid code changes for new WG document tags * When draft XML source is available, take references from that instead @@ -64,6 +62,8 @@ Planned work in rough order * Transition to running under Python 3.x (probably 3.5) instead of 2.7 +* Transition to PostgreSQL? + * Small nomcom refactoring: associate Feedback records with Person instead of User.