This commit is contained in:
2020-02-08 00:16:14 +00:00
parent b6176cbd27
commit f3d2571464
2 changed files with 436 additions and 453 deletions

View File

@@ -54,7 +54,9 @@ TODO: LOCALIZATION
- 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
- When the filter code and processor is written it should calc the dates based on token and user's local time , then conver to between filter on the fly
- system is written with static filters saved to server so maybe need to turn it around and instead of providing a filterid, provide the filter json instead?
- Make functional user settings form with all overrides so can test shit out