This commit is contained in:
2020-02-10 18:52:15 +00:00
parent 855fff48f8
commit f4f1338c1c

View File

@@ -1,8 +1,5 @@
# CLIENT TODO (J.F.C. - Just fucking code it already)
# CLIENT TODO
Success is the ability to go from failure to failure without loss of enthusiasm - Winston Churchill
"A smooth sea never made a skilled sailor" Franklin D. Roosevelt
"Every man has two lives, and the second starts when he realizes he has just one" ~ Confucius
**************************************************************************************************************************************************************************
CURRENT ROADMAP
@@ -51,10 +48,10 @@ TODO: LOCALIZATION
- TODO ACTIONS
- 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
- DataTable Editing and saving a widget makes it disappear from list, the default sort order sb by record ID so they stay in same order
- DataTable changing screen width doesn't automatically transition to alternate view seems to require a forced refresh when it shouldn't
- DataTable clean out old comments / clean up code
- 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?)