diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fbd75af5..1e19ca8e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -56,6 +56,10 @@ todo: v8 migrate additions ## CLIENT MISC ITEMS todo: select list templates under global is offering types that don't6 have select lists like memo etc +todo: if all custom fields are turned off then should not show anything (I think that's already the case but confirm) +todo: ability to turn off attachments for every form it's on via customize ui + def can see admin wanting areas off limits for attachments and it would clean up the UI if not used +todo: ability to turn off the wiki for every form via customize ui todo: adm-translations, adm-report templates data tables are skewed to the left due to lack of selection box column making filter icon partially gone off page if has extension then should have selection box otherwise figure out what the dealio is @@ -208,6 +212,19 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: workorder - first pass of porting models over, then will go through cases and adjust models as necessary for anything missed in first pass +todo: how far to extend down tags, custom fields , wiki + because technically could do that easily, each child/grandchild will have own popup edit form to place those controls + would open shit up drastically for people to play around and add whatever fucking insane thing they want to each level + would certainly make Scott happy, he could put his inspection shit right in there maybe or class or whatever the fuck + Tags at the very least would make a lot of sense + wiki might be pushing it + attachments would be kind of interesting but hmm... + Custom fields also probably very useful + People would likely want some of this to display on the list format outside + Would definitely want it turned off by default, i.e. no custom fields showing + Main thing is to be able to print the custom fields and tags which is there by default now + Cons: huge form, maybe too much on it?? + todo: in UI the workorder state should show current state but be expandable to view list of all state changes Most of time will want to only see the current state, not all state history LastStateViz??