This commit is contained in:
2020-02-08 00:33:28 +00:00
parent 39b3f10a18
commit f7394ef4d9
3 changed files with 10 additions and 32 deletions

View File

@@ -54,7 +54,8 @@ TODO: LOCALIZATION
- Keep the ones that rely on filtering dates between values because that's how the client will be sending the relative filters
- DataTable, make bools display as checkboxes instead of text (could just use icons instead of actual checkbox)
- DataTable Need enum translator in it's own class or maybe part of locale or uses locale I guess
- Determine best way to handle filters at client then code it
- Modify datalist server code to alternatively accept a json filter string instead of a filter ID (post?)
- Actually, this is jsut for relative dates so, instead how about optional start and stop date parameters to go with filterid that contains relative filter?