Hello @ThoughtWorks, @bharatak @sdeepak
I have a few thoughts on possible changes to reports. Please find them in the points below.
-
Adding download date to report filenames. Is it possible to add this either via json configuration or in code? I think this is important for data management. I also think this can be straightforward since in excel report headers we have a row stating Report Generated On: $Date.
-
Adding translationKey in report.json file. This could serve two purposes:
- Translation for other languages.
- Since the headers in reports come from “name”: “$name” key in report.json, the translationKey could give an implementer the flexibility to configure report headers.
What do you think?