This commit is contained in:
2020-01-27 15:28:24 +00:00
parent f196c43491
commit 2d0a8e711d

View File

@@ -9,13 +9,6 @@ eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTcxODU5OTU0IiwiZXhwIjoiMTU3MjQ
TODO: DataFilter how to distinguish between filtering on specific ID value or on value column
- Might need to add a filter on ID type of thing maybe?
- Wait and see...YAGNI scenario maybe
PagedResponse url is not including all the parameters like the datalisttype so technically it's invalid
- fix the url so it includes the full query string parameters that matter and are not paging related
UPDATE SPEC DOCS with new format and names etc or at least remove nonsense as necessary
@@ -34,6 +27,10 @@ TODO: REFACTOR biz objects have two creates, an async and sync one, WTF is that
TODO: DataFilter how to distinguish between filtering on specific ID value or on value column
- Might need to add a filter on ID type of thing maybe?
- Wait and see...YAGNI scenario maybe
DO CLIENT STUFF NOW COME BACK TO THIS STUFF LATER
TODO: the license being logged breaks the format of the log file because it has line breaks etc, so instead, maybe log out as a single line (remove breaks)