This website requires JavaScript.
Explore
Help
Sign in
public
/
mailtrain
Watch
1
Star
0
Fork
You've already forked mailtrain
0
Code
Issues
Pull requests
Releases
Wiki
Activity
b0d51c7dad
mailtrain
/
meta.json
4 lines
28 B
JSON
Raw
Normal View
History
Unescape
Escape
Do not use mysql command for setting up databases
2016-04-25 10:59:00 +00:00
{
This is a preview of the Reports functionality. It allows defining report templates and then create reports based on the templates. A template defines: - parameters - to be set in the report (currently only selection of campaigns, in the future to be extended to selection of lists/segments, and selection from pre-defined options) - data retrieval / processing code (in Javascript) - rendering template (in Handlebars) This main functionality is accompanied by a few minor tweaks here and there. Worth notice is the ability to use server-side ajax table s for multi-selection of campaigns. This is meant for reports that compare data across multiple campaigns. This could possibly be even used for some poor man's A/B testing. Note that the execution of custom JavaScript in the data retrieval / processing code and definition of custom Handlebars templates is a security issue. This should however be OK in the general case once proper user management with granular permissions is in. This is because definition of a report template is anyway such an expert task that it would normally be performed only by admin. Instantiation of reports based on report templates can be then done by any user because this should no longer be any security problem.
2017-04-16 22:09:08 +00:00
"schemaVersion"
:
27
Do not use mysql command for setting up databases
2016-04-25 10:59:00 +00:00
}
Reference in a new issue
Copy permalink