diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2914d11c..fb0aebea 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -59,7 +59,8 @@ todo: cleanup unnecessary use of a ayatype access inside the Methods of objects 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 Going to need a case by case through all uses but it's a very important precaution so code it that way now for all new code - +todo: make sure other datatable besides wo use form() rowError classes for consistency rather than self set in forms + see woitem / schedusers etc for example todo: why the need for setErrorBoxErrors when setting the formstate errors already allows all the fields to pickup the errors for them shouldn't the errorbox itself pickup it's own errors and elminate the need for this?? currently is: @@ -243,7 +244,6 @@ CURRENTLY DOING: OVERALL - - double check mobile format view is still ok with errors and all - Error messages should display correctly both in alert box and in each item's controls - Decide on and implement "MARKED FOR DELETE" text that shows in sub items, it's just scaffolded in right now