From e4032abcc329969f765b90820351d2c6c1db16ca Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Jan 2019 18:38:14 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 3690a84f..9c6f9a4a 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -12,8 +12,6 @@ Need a sprint to get to a fully testable client with entry form, list and as muc /// TODO CLIENT STUFF - - Consider moving client app to it's own folder structure, it's clumsy having it with the server and it contains thousands of files which slows shit down when not needed. - - Validate time zone offset is accurate: it should validate the time zone offset when the client software starts and if it's found to be off what was set offer to change it automatically - This way it works client to client and will handle DST changes almost automatically