Updated plan; moved performance work up, postgresql transition down.

- Legacy-Id: 12117
This commit is contained in:
Henrik Levkowetz 2016-10-12 13:41:34 +00:00
parent c311424664
commit 39b9cae046

6
PLAN
View file

@ -41,7 +41,7 @@ Planned work in rough order
* Add support for IAB Programs * 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 * 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. 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 there are about 100 file open() which should be reviewed and changed to
codecs.open() unless that's clearly not right. 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 * Code refactoring to avoid code changes for new WG document tags
* When draft XML source is available, take references from that instead * 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 running under Python 3.x (probably 3.5) instead of 2.7
* Transition to PostgreSQL?
* Small nomcom refactoring: associate Feedback records with Person * Small nomcom refactoring: associate Feedback records with Person
instead of User. instead of User.