Casaca is a powerful add-on that extends the Tainacan digital collections platform with comprehensive reporting and analytics capabilities. This plugin provides detailed insights into your collections, items, and user interactions.
This plugin uses compiled JavaScript and CSS files for performance and compatibility reasons.
All source code is included in this plugin:
/assets/ directory/dist/ directory/assets/blocks/*/block.jsonBuild Instructions:
Install dependencies:
npm install
Build assets:
npm run build
All source code is human-readable and included for review.
This plugin uses Google Charts API for data visualization and chart rendering functionality.
What the service is and what it is used for:
Google Charts API is used to generate interactive charts (bar charts, pie charts, and tables) in reports. The charts are rendered dynamically to help users visualize collection data and statistics.
What data is sent and when:
When a user creates or views a report with charts enabled, the plugin loads the Google Charts JavaScript library from Google’s servers (gstatic.com). The chart configuration data (labels, values, colors) may be processed by Google’s servers to render the charts. This happens:
– When editing a report in the WordPress admin
– When viewing a generated report with charts
– During PDF report generation with chart visualization
No personal information or sensitive data is transmitted. Only chart configuration (numerical values, labels, and chart settings) is processed.
Service Provider:
– Service: Google Charts API
– Provider: Google LLC
– Charts Library URL: https://www.gstatic.com/charts/
– Terms of Service: https://developers.google.com/chart/terms
– Privacy Policy: https://policies.google.com/privacy
Note: Google Charts is a free service provided by Google. No API key or user account is required to use this service with the plugin.