diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index d1d5454d..637d9b0b 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -137,14 +137,10 @@ import * as monaco from "monaco-editor"; /*TODO: - -Don't show page until initform is done / showing untranslated text - -width on mobile? Why is it so much wider than the form? shouldn't be afaik - diagnostic code that returns helpful information on render failure would be nice and cut way back on technical support hassles (could actually render the errors to the page and still return it as a pdf?, though it's an api method that triggers it so can just return normal error style) + need to modify reportData data object to accept meta data outside of the main data collection so can add all the bits that would appear on report potentially or be used on page like datalist name, filter options, what have you