From 06af4cda1d3a18d56b52a3d56a36db365728a3cb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Jun 2022 22:09:09 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- devdocs/todo.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7c905164..2c3525c1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -48,7 +48,7 @@ "AYANOVA_DATA_PATH": "c:\\temp\\ravendata", "AYANOVA_USE_URLS": "http://*:7575;", //"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true", - "AYANOVA_SERVER_TEST_MODE": "true", + "AYANOVA_SERVER_TEST_MODE": "false", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8", //"AYANOVA_REPORT_RENDERING_TIMEOUT":"1", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", diff --git a/devdocs/todo.txt b/devdocs/todo.txt index d5115ed5..b15f541f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -7,6 +7,7 @@ DOING: adding integration objects and routes for qbi and others it isn't really a normal biz object so find a similar one that doesn't need to implement corebizobject stuff unless it does for UI and controlling from admin area giong to need an icon for this as well as translations for front end + todo: on delete integration must cascade delete integration log as well so make sure that's defined in the schema todo: document this in the developer section todo: needs a front end to show the integration log, the integrations as a collection list and openable item where it can be disabled, deleted etc needs to be available to bizadmin I guess and possibly accounting?? or should each integration control which roles see it??