This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
@@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI
|
@@@@@@@@@@@@@@@ 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
|
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
|
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?)
|
(maybe an option for non localized as well or both in same?)
|
||||||
|
|||||||
@@ -167,7 +167,7 @@
|
|||||||
//
|
//
|
||||||
const FORM_KEY = "translation-edit";
|
const FORM_KEY = "translation-edit";
|
||||||
const API_BASE_URL = "translation/";
|
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 {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
@@ -256,7 +256,7 @@
|
|||||||
//
|
//
|
||||||
const FORM_KEY = "user-edit";
|
const FORM_KEY = "user-edit";
|
||||||
const API_BASE_URL = "user/";
|
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 {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
const FORM_KEY = "home-user-settings";
|
const FORM_KEY = "home-user-settings";
|
||||||
const API_BASE_URL = "user-option/";
|
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 {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
const FORM_KEY = "ops-server-state";
|
const FORM_KEY = "ops-server-state";
|
||||||
const API_BASE_URL = "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 {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
@@ -263,7 +263,7 @@
|
|||||||
//
|
//
|
||||||
const FORM_KEY = "widget-edit";
|
const FORM_KEY = "widget-edit";
|
||||||
const API_BASE_URL = "widget/";
|
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 {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user