matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.82k stars 2.64k forks source link

API Report metadata Improvements list #1491

Open mattab opened 14 years ago

mattab commented 14 years ago

This is a followup to #1485

See existing functionnality in API.get* methods from the API page.

Metadata improvement list:

The final state could be that each plugin defines in their metadata the default display options for each report. We would then have to set this array of options to the ViewDataTable which would call the specific functions setColumnSorted() setColumnsToDisplay() setFooterMessage() etc.

Other UIs (like Mobile Piwik client) and other report exports (like PDF reports) could benefit from these as well, which would also ensure consistency and make Piwik reports clear to understand.

mattab commented 14 years ago

from #1514

mattab commented 13 years ago

See related #2670

mattab commented 13 years ago

Moved "add subtable report to call to fetch subdata (eg. keywords BY search engine)" to ticket #2742

mattab commented 11 years ago

See also #3242