From f1525671cf1e3bbb0f5dbe2ceab60f1efb580eff Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Feb 2021 22:51:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +-- ayanova/src/main.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 605babca..dbbcc5fb 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -9,7 +9,6 @@ MISC ITEMS THAT CAME UP ## CLIENT MISC ITEMS -todo: deploy latest build to server todo: standardize routes and route names and form names Use plural and singular names throughout for consistency @@ -55,7 +54,7 @@ todo: many biz objects are not using new PUT methodology also this includes *all* of the initial workorder object so there's that might be that they don't need it but for consistency should check into it - +todo: how to add locale keys in future after release without erasing all data? todo: userbiz validate can delete has funky error todo: bugbug filter on a phone number field results in error at server as unsupported type make sure all types are supported diff --git a/ayanova/src/main.js b/ayanova/src/main.js index d3918dd0..3c8cc741 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************