About to update vue project dependencies this is a checkpoint, everything is working here afaik

This commit is contained in:
2020-03-30 21:43:38 +00:00
parent e055ae2049
commit cf6a3e8edc

View File

@@ -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.