This commit is contained in:
2021-02-09 22:51:52 +00:00
parent 8a5398c9d0
commit f1525671cf
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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;
//************************************************************
//**************************************************************
//**************************************************************