This commit is contained in:
2020-09-11 19:40:19 +00:00
parent f6879208ad
commit a26cb728a0
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
@@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: Default logos included with sample data
todo: reports need to know the custom field configuration for each type along with the data in teh report meta data I guess or something else maybe
consumable by a function in ay-report.js which will then produce a block of localized json
(maybe an option for non localized as well or both in same?)

View File

@@ -167,7 +167,7 @@
//
const FORM_KEY = "translation-edit";
const API_BASE_URL = "translation/";
const FORM_CUSTOM_TEMPLATE_KEY = "Translation";
const FORM_CUSTOM_TEMPLATE_KEY = "Translation"; //<-- Should always be CoreBizObject AyaType name here where possible
export default {
async created() {

View File

@@ -256,7 +256,7 @@
//
const FORM_KEY = "user-edit";
const API_BASE_URL = "user/";
const FORM_CUSTOM_TEMPLATE_KEY = "User";
const FORM_CUSTOM_TEMPLATE_KEY = "User"; //<-- Should always be CoreBizObject AyaType name here where possible
export default {
async created() {

View File

@@ -113,7 +113,7 @@
const FORM_KEY = "home-user-settings";
const API_BASE_URL = "user-option/";
const FORM_CUSTOM_TEMPLATE_KEY = "Useroptions";
const FORM_CUSTOM_TEMPLATE_KEY = "UserOptions"; //<- Should always be CoreBizObject AyaType name here
export default {
async created() {

View File

@@ -47,7 +47,7 @@
const FORM_KEY = "ops-server-state";
const API_BASE_URL = "server-state/";
const FORM_CUSTOM_TEMPLATE_KEY = "ops-server-state";
const FORM_CUSTOM_TEMPLATE_KEY = "ServerState"; //<-- Should always be CoreBizObject AyaType name here where possible
export default {
async created() {

View File

@@ -263,7 +263,7 @@
//
const FORM_KEY = "widget-edit";
const API_BASE_URL = "widget/";
const FORM_CUSTOM_TEMPLATE_KEY = "Widget";
const FORM_CUSTOM_TEMPLATE_KEY = "Widget"; //<-- Should always be CoreBizObject AyaType name here where possible
export default {
async created() {