From d38b9be891eef3f516b608dc5ac6ec9ac44de23a Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Sat, 22 Apr 2017 23:37:23 +0800 Subject: [PATCH] Update todo list --- todo.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/todo.md b/todo.md index 47214801f..d47a93149 100644 --- a/todo.md +++ b/todo.md @@ -1,17 +1,14 @@ -- upgrade d3 to version 4 -- use external d3-textwrap library +- Upgrade d3 to version 4 +- Use external d3-textwrap library - Problem is it's for d3 v4 only -- node console output colors like Chrome console -- default theme doesn't work for class diagram -- don't version control generated content, move them to outside project +- Make node console output colors like Chrome console +- Don't version control generated content, move them to outside project - editor - docs -- what's the correct way to change logLevel as an end user? +- What's the correct way to change logLevel as an end user? - d3 v3 doesn't support 'use strict' - babel-plugin-transform-remove-strict-mode - need to remove it after upgrading to d3 v4 -- use headless chrome provided by karma-chrome-launcher - - https://github.com/karma-runner/karma-chrome-launcher - rewrite live editor - Fix Travis CI - Fix CodeClimate