This commit is contained in:
@@ -42,18 +42,17 @@ CURRENT ROADMAP
|
||||
CURRENT TODOs
|
||||
=-=-=-=-=-=-=
|
||||
|
||||
TODO: PLAY WITH QUERIES, if search for pizza in name bombed at server
|
||||
- SERVER: when the query bombs with exception it should output the query text to the log and console (DEV MODE)
|
||||
- do same thing not in dev mode but in higher level of logging? though more ideal if it returns to client so I can see it remotely
|
||||
- Maybe still a good idea to return generated query in case of fail for diagnosis
|
||||
TODO: ListView editor hasn't had SAVE code written yet
|
||||
|
||||
|
||||
TODO: CACHE dataListAvailable Fields at least on one temporary cache for most current
|
||||
- This is because the listview editor needs it and if a user is flipping back and forth between
|
||||
the datatable and the filter getting it just right they will be triggering a fetch over and over
|
||||
|
||||
TODO: ListViewBuilder
|
||||
|
||||
{"offset":0,"limit":10,"dataListKey":"TestWidgetDataList","listView":"[{\"fld\":\"widgetname\",\"sort\":\"+\"},{\"fld\":\"widgetserial\"},{\"fld\":\"widgetdollaramount\"},{\"fld\":\"widgetusertype\"},{\"fld\":\"widgetstartdate\"},{\"fld\":\"widgetactive\"},{\"fld\":\"username\"}]"}
|
||||
{"offset":0,"limit":10,"dataListKey":"TestWidgetDataList","listView":"[{\"fld\": \"widgetname\",\"filter\": {\"any\":false,\"items\": [{\"op\": \"%-\",\"value\": \"Generic\"}]}}]"}
|
||||
SEARCH BY ID SPECIFIC VALUE
|
||||
- Since RAVEN doesn't ever allow duplicate names, there is really no need for search by ID
|
||||
- Because entering a unique name is enough to guarantee only that objects records
|
||||
|
||||
|
||||
UNSAVED STATUS IN EDITOR
|
||||
|
||||
Reference in New Issue
Block a user