This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user