From d641b3b32a86541b6f99fb625028c025b5969e4c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 9 Sep 2020 21:11:01 +0000 Subject: [PATCH] --- ayanova/src/views/ay-report-edit.vue | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index 56cc87cf..6e1f0ceb 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -136,29 +136,32 @@ import * as monaco from "monaco-editor"; /*TODO: -An error when direct rendering brings UI down unlike during render and error when in report designer, fix it +Report template list with import +INITIAL SAMPLE REPORTS + installed with sample data -Is the report list filtered by roles? It should not present reports that a user is not permitted to use by role. -Add sanitize html for Marked markdown helper as in Wiki control +Widget report showing translations +API method usage +Logo usage +Localization usage -INITIAL SAMPLE REPORTS Make up initial sample reports for widget that show off the basics including logo etc make them auto generate (import from files?) with sample data in seeder Default example working template with api methods being called generated automatically - Example with currency formatting and date/time formatting etc included automatically. - Use same libs as at client with built in helpers using client meta data - Since reports will only ever be rendered on Client demand can stick with that system for now and replicate at headless chrome that same process in hb helpers - - - - +Example with currency formatting and date/time formatting etc included automatically. + build release for joyce to play with and give feedback +Is the report list filtered by roles? It should not present reports that a user is not permitted to use by role. + +Add sanitize html for Marked markdown helper as in Wiki control + + FUTURE: