diff --git a/devdocs/todo.txt b/devdocs/todo.txt index db5ba8ab..9ec1a2c1 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -24,6 +24,16 @@ TODO: Licensing - make sure tech type use license works properly: a tech license TODO: JobsBiz::Create -> should log an event in order to be able to see who created a job, but maybe not for automatic internal jobs TODO: Built in automatic job available that will regenerate sample data on a timer for display purposes. Maybe need a board with a variety of built in automatic jobs to choose from to enable or not since there will likely be others. +TODO: UserOptions fleshed out with client needs for formats: + - //TODO: also need the other locale settings such as number and date formats etc to be added at server + store.commit("setLocale", { + decimalSeparator: ".", + currencySymbol: "$", + shortDate: "YYYY-MM-DD", + shortTime: "hh:mm:ss A", + shortDateAndTime: "YYYY-MM-DD hh:mm:ss A", + timeZoneOffset: res.data.timeZoneOffset + }); =-=-=-=-=-=- Less urgent things...