This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user