From 56e7203f48f9d341e863db829e907f8e8d4f9ea7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 24 Apr 2017 20:39:58 +0000 Subject: [PATCH] Updated PLAN - Legacy-Id: 13251 --- PLAN | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PLAN b/PLAN index c31794ff0..38826ad7f 100644 --- a/PLAN +++ b/PLAN @@ -66,6 +66,11 @@ Planned work in rough order * Integrate better author data for RFCs from either the RFC Editor or from running the author extraction script on newly published RFCs. +* Add an FK to person from author, and use that instead of the unknown-email-* + addresses to connect documents to authors when no email address is available. + (we still need to keep author email addresses in order to know which + address to associate with a given authorship, when we have an address). + * Review places where we display persons' names but link to email addresses. Some of those probably should link to the person's profile page, instead.