datatracker/PLAN
Henrik Levkowetz d45ea54be3 Updated plan
- Legacy-Id: 11139
2016-05-03 16:35:39 +00:00

42 lines
1.2 KiB
Plaintext

================
Datatracker PLAN
================
Updated: 04 Mar 2016 12:00:58 PST
Planned work in rough order
===========================
* Integrating YANG testing into the submission tool
* Add "Waiting for implementation" and "Held by WG" states, with comment field
* Glue code for WG issue trackers and wiki:
- create new trackers on group creation
- update access lists on group chair/secretary changes
- update components on new group documents
* Glue code to trigger generation of htmlized documents on www.ietf.org
* Upgrade to Django 1.8 / 1.9
* Refactored Community app
* Schema Changes: floorplan, document tags, external links for groups
* Transition to PostgreSQL
* 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
of extracting them from the text version.
* Small nomcom refactoring: associate Feedback records with Person
instead of User.
* Consistency fix: in settings.py, name directory settings consistently withhhh
..._DIR; reserving ..._PATH for settings with PATH semantics (':'-separated lists
of directories)