Updated PLAN

- Legacy-Id: 15445
This commit is contained in:
Henrik Levkowetz 2018-09-10 13:44:19 +00:00
parent 6d9514f429
commit 4db62920c1
2 changed files with 9 additions and 11 deletions

20
PLAN
View file

@ -7,10 +7,9 @@ Updated: $Date$
Planned work in rough order
===========================
* Changes to address requirements of the EU General Data Protection Regulation
(GDPR).
* Revisit the review tool, work through the accumulated tickets.
* Changes to comply with requirements of the EU General Data Protection Regulation
(GDPR). What remains are admin tools to send out notification emails and to
clean out data for which we don't have consent.
* GroupFeatures cleanup. Move most to fields on GroupTypeName, and fix places
that still uses lists of group types to determine actions by instead
@ -19,18 +18,21 @@ Planned work in rough order
could have been done with only table edits if there hadn't been so much code
using type_id lists and features needing code changes).
* Simple file upload area for NomCom
* Revisit the review tool, work through the accumulated tickets.
* Polish the htmlization pages, making the style identical with tools.ietf.org.
* Add django pagination to selected pages with long lists of results in order
return results to the user faster.
* Change our web asset handling from the current bower-based (which has been
deprecated and gradually more and more unworkable) to a yarn-based setup.
Short-time the effect of not having the web asset updates in mkrelease is
negigible, but long-term the lack of this means that we may miss
security-updates to web assets.
* Reworked UI and refactored backend for the scretariat meeting scheduling
tool.
* (EXTERNAL BID) Reworked UI and refactored backend for the scretariat meeting
scheduling tool.
* Test suite improvements. Reduce and seek to eliminate causes of differences
in code coverage between runs in the same and in different environments.
@ -41,10 +43,6 @@ Planned work in rough order
* Rework email subjects for messages relating to documents to consistently
start with the document name.
* Transition from the bower package manager to yarn. Some packages are
phasing out bower support, and yarn is gaining wider acceptance as web asset
package manager.
* Revisit RFC author ordering and author information based on rfc-index.xml
* Revisit photo uploads: Add photo upload for people with roles. Add

View file