Skip to content

Commit ef1b59e

Browse files
committed
Updated PLAN
- Legacy-Id: 12946
1 parent 348591a commit ef1b59e

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

PLAN

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,9 @@ Planned work in rough order
2626

2727
* Add a bullet for the IESG request for a "recent ballots" page (IESG request)
2828

29-
* Introduce and API for Meetecho to use to associate recordings with sessions
29+
* Introduce an API for Meetecho to use to associate recordings with sessions
3030
(and perhaps automate making copies of those videos)
3131

32-
* Introduce the use of email.header.Header() in order to be able to handle
33-
non-ascii names in email From:, To: and Cc: fields.
34-
35-
* Add support for IAB Programs
36-
3732
* Revisit photo uploads: Add photo upload for people with roles. Add
3833
photos to wg pages and group overview pages.
3934

@@ -42,10 +37,23 @@ Planned work in rough order
4237
on multiple floors (probably means modelling break areas the same way
4338
as other sessions, and removing the break_area char_field on Meeting.
4439

40+
* Transition to Python 3. This will make it easier to add add support for
41+
internationalsed email, and also other i18n enhancements.
42+
4543
* Add support for internationalised email addresses according to RFC 6531
4644
when sending email (this is not supported by smtplib under Python 2.7,
4745
so will need support code in the application until we migrate to Python 3.5)
4846

47+
* Transition to PostgreSQL. This will make it easier to start using
48+
timezone-aware timestamps throughout the code, which will make it easy
49+
to present localized times on web-pages. It will also provide additional
50+
tools for performance analysis
51+
52+
* Transition to using timezone-aware timestamps. Migrate database timestamps
53+
to be timezone-aware. This means converting all timestamps to PST8PDT,
54+
except for meeting-related timestamps, which use the meeting.time_zone.
55+
Once done, set USE_TZ to True in settings.
56+
4957
* Performance analysis of database table and index setup
5058

5159
* Review and change the draft submission and handling code to deal with UTF-8

0 commit comments

Comments
 (0)