This commit is contained in:
2020-04-08 17:42:24 +00:00
parent 96af03958b
commit a87b9dff72
2 changed files with 24 additions and 14 deletions

View File

@@ -51,7 +51,8 @@ CURRENT TODOs
todo: search - center the whole thing, looks silly to the left when everything else is centered
todo: session cache search results and scroll position if possible to support "back and forthing"
todo: SEARCH UI
- case insensitive by default unless server overriden like picklist
@@ -60,6 +61,8 @@ todo: SEARCH UI
todo: search controller at server needs an excerpt route so client can request an excerpt for a record
todo: HUGE layout - go through all forms set browser to 4k ultra hd and see where things line up
todo: widgets list form needs search link
todo: if (res.error != undefined) could be changed to if(res.error) everywhere