From cf6a3e8edc555ea73d349e9802510b6ca5bf83ff Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 30 Mar 2020 21:43:38 +0000 Subject: [PATCH] About to update vue project dependencies this is a checkpoint, everything is working here afaik --- ayanova/devdocs/todo.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7a0d4f12..a007248b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,15 +49,6 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: - -todo: Should all icons be specified from a central location for future proofing and consistency? - - Not sure after initial look at it if this is a good idea or not, think about again - - consider the finished product and how many forms etc - - What *is* a good idea is to remove the code that auto-prepends "fa-" to icons and enforce them as whole strings - - This way can search for icons properly in code even if not centrally situation - - right now I just specify they willy nilly and some with fa and some have functions that append fa - - if I had a central object with keys that represent the concept of the icon then I can use that everywhere and it's an easy change all at once if something needs changing - todo: Client automated testing - Need several as basis for all future, make sure it's right.