diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e464a7ff..cfcbb825 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,6 +55,11 @@ todo: v8 migrate additions ## CLIENT MISC ITEMS +todo: REPORTING + naming of things is confusing possibly prepare code should use same names as ayreportdata etc so users aren't confused + also it should be named to indicate the server is modifying the data before it's sent to the template + i.e. name everything so it's clear what is being done where + todo: cleanup unnecessary use of a ayatype access inside the Methods of objects as it's now available in vue via main object, e.g. where you see this: ayaTypes().XXXX you can replace it directly with this: $ay.ayt().XXXX and then REMOVE completely the ayaTypes() method in the vm of that object todo: use const, not let unless need to reassign the variable