This commit is contained in:
2018-12-03 19:12:35 +00:00
parent 1a90226002
commit 51941a958e
10 changed files with 270 additions and 65 deletions

View File

@@ -63,9 +63,7 @@ LIST FILTERING TODO
Add test for providing saved filter id to widgetlist and recieving correct filtered / paged / sorted results (test all those)
- Requires filter to sql code to be written and changes to the widgetlist route
- This is where it gets real! Happy monday!! :)
- Copy as much from v7 as possible
- Client side
- Implement filter editor dialog and test

View File

@@ -12,7 +12,10 @@ SERVER SCHEMA
- See datafilter schema code (note that it will increase the index count by one)
- http://www.postgresqltutorial.com/postgresql-unique-constraint/
SERVER ALL LIST ROUTES
- Forgot to put AsNoTracking in the list routes, no need to track them as they are only returning info, not being modified
- See widgetBiz getmany method for example
- This applies to all picklist and list routes
INITIAL TESTING NOTES:
- Tested on iPad (safari, chrome), Pixel (chrome), samsung chrome and samsung browser, desktop chrome, firefox browsers, android table (looks good, works but very slow, good for testing)