Skip to content

Commit d5aa5d2

Browse files
committed
Updated PLAN
- Legacy-Id: 12503
1 parent 44269f1 commit d5aa5d2

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

PLAN

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Updated: $Date$
77
Planned work in rough order
88
===========================
99

10-
* Upgrade to Django 1.8 / 1.9 / 1.10
10+
* Upgrade to Django 1.9 / 1.10
1111

1212
* Clean up document author records containing 'none', and find and fix
1313
the code which produces them.
@@ -19,12 +19,28 @@ Planned work in rough order
1919

2020
* Add "Waiting for implementation" and "Held by WG" states, with comment field
2121

22+
* Break out the htmlzation code used on tools in a library, and use that
23+
in the datatracker rendering, replacing the simpler code currently in use.
24+
This is also going to require some fancy caching, to avoid re-building the
25+
html if not needed, as it takes quite some time.
26+
27+
* Glue code to trigger generation of htmlized documents on www.ietf.org ??
28+
2229
* Revisit Yang module checks: Capture output also for passed tests.
2330
Add second checker. Fix extraction problems.
2431

32+
* Move the downref registry into the datatracker (IESG request)
33+
34+
* Add a bullet for the IESG request for a "recent ballots" page (IESG request)
35+
36+
* Introduce and API for Meetecho to use to associate recordings with sessions
37+
(and perhaps automate making copies of those videos)
38+
2539
* Introduce the use of email.header.Header() in order to be able to handle
2640
non-ascii names in email From:, To: and Cc: fields.
2741

42+
* Add support for IAB Programs
43+
2844
* Revisit photo uploads: Add photo upload for people with roles. Add
2945
photos to wg pages and group overview pages.
3046

@@ -37,15 +53,8 @@ Planned work in rough order
3753
when sending email (this is not supported by smtplib under Python 2.7,
3854
so will need support code in the application until we migrate to Python 3.5)
3955

40-
* Add support for IAB Programs
41-
4256
* Performance analysis of database table and index setup
4357

44-
* Break out the htmlzation code used on tools in a library, and use that
45-
in the datatracker rendering, replacing the simpler code currently in use.
46-
47-
* Glue code to trigger generation of htmlized documents on www.ietf.org ??
48-
4958
* Review and change the draft submission and handling code to deal with UTF-8
5059
instead of ascii before upload of utf-8 drafts should be permitted. In
5160
ietf.submit.views.upload_submission(), for instance, there's a file open()
@@ -62,10 +71,14 @@ Planned work in rough order
6271

6372
* Transition to PostgreSQL?
6473

74+
75+
Notes
76+
===========================
77+
6578
* Small nomcom refactoring: associate Feedback records with Person
6679
instead of User.
6780

68-
* Consistency fix: in settings.py, name directory settings consistently with
81+
* Consistency fix: in settings.py, name directory settings consistently with
6982
..._DIR; reserving ..._PATH for settings with PATH semantics (':'-separated lists
7083
of directories)
7184

@@ -87,8 +100,8 @@ Planned work in rough order
87100
* Make it possible to let time run backwards in the database (creation timestamps,
88101
universal changelog)
89102

90-
* Change slugs which were limited by the former 8-character slug length limit to
91-
be more readable (needs both code changes and migrations).
103+
* Change slugs which were limited by the former 8-character slug length limit
104+
to be more readable (needs both code changes and migrations).
92105

93106
* Additional charts, various statistics views.
94107

0 commit comments

Comments
 (0)