diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 233111d1..9beaab75 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,6 +5,8 @@ GENERAL TODO ITEMS THAT CAME UP DOING THIS SECTION +TODO: Deploy to linux server and test reporting stuff out + todo: chunk-vendors has fa-brands in it which is fucking huge, what else is in there I don't need? eradicate fa-brands! Looks like I'm doing it wrong, I was using a generic NPM module when there is a Vue specific one that also has guidance to limit to just the icons I actually use: diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index 58850c7d..14548d16 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -137,11 +137,6 @@ import * as monaco from "monaco-editor"; /*TODO: -logo example report - -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