This commit is contained in:
2020-09-04 15:07:50 +00:00
parent 8008a87474
commit aea0e6de09

View File

@@ -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?