diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index 735feaac..66287f4f 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -134,10 +134,6 @@ import * as monaco from "monaco-editor"; /*TODO: -Make up sample reports for widget that show off the basics including logo etc - make them auto generate with sample data in seeder - -ayReportData object, should it be named something else? Does it even matter? Immediately render last report code needs proper implementation for both widget and widgets currently it's nonsense @@ -146,6 +142,22 @@ Immediately render last report code needs proper implementation for both widget diagnostic code that returns helpful information on render failure would be nice and cut way back on technical support hassles +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 + +need to ensure easy api access from report script, perhaps pass creds token into report along with report? + creds as meta data? + + + +ayReportData object, should it be named something else? Does it even matter? + + + +Make up sample reports for widget that show off the basics including logo etc + make them auto generate with sample data in seeder + Start thinking about currency formatting and date/time formatting etc. Maybe client can pass a function to server, or server can use exact same libs but can be initiated with specific locale from client?