This commit is contained in:
2020-02-08 00:12:32 +00:00
parent 47a5f3c0f8
commit b6176cbd27
2 changed files with 457 additions and 9 deletions

View File

@@ -50,16 +50,12 @@ SHELL / NAV / MENUS / LAYOUT
TODO: LOCALIZATION
- TODO ACTIONS
- Need to determine actual hours of time zone adjustment for grid filtering with relative times so can send to server
- Now no longer have user's own timezone offset stored
- Or should server calculate it based on timezone
- Relative time filters need to be removed from server and replaced with a single BETWEEN filter
- Then they need to be re-implemented at the client where the client will send the between date/times to the server based on the user's chosen relative token
- This fixes a bad design decision to involve the server in time zone shit when in fact the server should never operate in anything but UTC
- Time zones are a client issue and should never be a server issue
- Get rid of timezone numeric override and any other deprecated stuff (currency symbol, decimal symbol etc) and associated code at client and server
- Add the new overrides for language and timezone and currency code and 12hour at client and server
- CurrencyName (only one can't be inferred)
- Time zone name
- language name
- 12hr time
- Make functional user settings form with all overrides so can test shit out
- Need a browser check on opening the login page that will check to ensure the browser can do the date conversions properly etc and tell user browser is unsuitable if it isn't