/saiku-plugin-boilerplate

A jump-start for Saiku UI plugins development

Primary LanguageJavaScript

Saiku UI Plugin Boilerplate Build Status

Saiku UI Plugin Boilerplate

A jump-start for Saiku UI plugins development

Saiku is an open source analytics client developed by meteorite. A user interface for the analytical tool.

This project won't seek to provide a perfect solution to every possible pattern, but will attempt to cover a simple template for beginners and above.

Usage

  1. Include NamePlugin folder in:
├── saiku-ui/
│   └── js/
│       └── saiku/
│           └── plugins/
│               └── NamePlugin/
│                   └── image/
│                       └── plugin.png
│                   └── plugin.js
  1. Edit the file saiku-ui/index.html, insert the code below:

    <script type="text/javascript" src="js/saiku/plugins/NamePlugin/plugin.js" defer></script>

    look for Saiku plugins comment in index.html.

Team

Saiku UI Plugin Boilerplate was made with love by these guys.

Breno Polanski | Caitano Junior | Singrid Palmeira --- | --- | --- | --- | --- | --- | --- Breno Polanski | Caitano Junior | Singrid Palmeira

Contributing

Check CONTRIBUTING.md for more information.

History

For detailed changelog, check Releases.

Credits

I gratefully acknowledge the following open source projects:

  • Saiku UI - A user interface for the Saiku analytical tool (Apache license version 2).
  • Saiku Chart Plus - Create other types of charts and maps based on Saiku Project, Highcharts and Google Maps. (Apache license version 2).

License

MIT License © Breno Polanski