| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 58 | All time:  10,551 This week: 455  | ||||
| Version | License | PHP version | Categories | |||
| dashboard-creator 1.0 | The PHP License | 5 | PHP 5, Libraries, Content management, C... | 
| Description | Author | |||||||||||||||||||||||
| This package provides a plugin to create dashboards for the Melis platform. Innovation Award | 
 | |||||||||||||||||||||||
Generates a ready-to-use dashboard plugin, complete with source code and necessary configuration. This will aid the developers, especially the new developers of the platform, to swiftly create a plugin with or without the ample knowledge of the plugin's technicalities.
These instructions will get you a copy of the project up and running on your machine.
The following modules need to be installed to run the Melis Dashboard Plugin Creator module:
Run the composer command:
composer require melisplatform/melis-dashboard-plugin-creator
Go to /melis-dashboard-plugin-creator/public/ and change the file owner of the 'temp-thumbnail' directory to 'www-data'. This is where the plugin thumbnails are temporarily saved.
chown www-data temp-thumbnail
No database is needed for this tool
- user may opt to create a single or multi-tab dashboard plugin and must specify the destination module(new or existing) for the generated plugin - after generation, the source code can be found inside the destination module ready to be updated based on the project's requirements - the generated plugin by default, will be shown under the 'Others' section in the Dashboard Plugins menu
File: 
      - /melis-dashboard-plugin-creator/src/Service/MelisDashboardPluginCreatorService.php
    
MelisDashboardPluginCreatorService - This service's main function is to generate a dashboard plugin using the parameters saved in the current session.
 $dashboardPluginService = $this->getServiceManager()->get('MelisDashboardPluginCreatorService');
 $result = $dashboardPluginService->generateDashboardPlugin();
See also the list of contributors who participated in this project.
This project is licensed under the Melis Technology premium versions end user license agreement (EULA) - see the LICENSE.md file for details
|  Files (32) | / | config | 
| File | Role | Description | 
|---|---|---|
|    app.interface.php | Aux. | Auxiliary script | 
|    app.tools.php | Aux. | Auxiliary script | 
|    app.toolstree.php | Aux. | Auxiliary script | 
|  module.config.php | Class | Class source | 
|  Files (32) | / | language | 
| File | Role | Description | 
|---|---|---|
|    en_EN.interface.php | Aux. | Auxiliary script | 
|    fr_FR.interface.php | Aux. | Auxiliary script | 
|  Files (32) | / | src | 
| File | Role | Description | ||
|---|---|---|---|---|
|  Controller (1 file) | ||||
|  Form (1 directory) | ||||
|  Service (1 file) | ||||
|  Module.php | Class | Class source | ||
|  Files (32) | / | src | / | Controller | 
| File | Role | Description | 
|---|---|---|
|  DashboardPluginCreatorController.php | Class | Class source | 
|  Files (32) | / | src | / | Form | / | Factory | 
| File | Role | Description | 
|---|---|---|
|  MelisDashboardPlug...leSelectFactory.php | Class | Class source | 
|  Files (32) | / | src | / | Service | 
| File | Role | Description | 
|---|---|---|
|  MelisDashboardPluginCreatorService.php | Class | Class source | 
|  Files (32) | / | template | 
| File | Role | Description | 
|---|---|---|
|    blank_plugin.js | Data | Auxiliary data | 
|    dashboard-view-multiple-tab.phtml | Example | Example script | 
|    dashboard-view-single-tab.phtml | Example | Example script | 
|    DashboardPlugin.config.php | Aux. | Auxiliary script | 
|  DashboardPluginController.php | Class | Class source | 
|  Files (32) | / | view | / | melis-dashboard-plugin-creator | 
| File | Role | Description | ||
|---|---|---|---|---|
|  dashboard-plugin-creator (6 files, 1 directory) | ||||
|  Files (32) | / | view | / | melis-dashboard-plugin-creator | / | dashboard-plugin-creator | 
| File | Role | Description | ||
|---|---|---|---|---|
|  partial (5 files) | ||||
|    render-dashboard-p...creator-steps.phtml | Example | Example script | ||
|    render-form.phtml | Example | Example script | ||
|    render-step5-finalization.phtml | Example | Example script | ||
|    render-tool-content.phtml | Example | Example script | ||
|    render-tool-header.phtml | Example | Example script | ||
|    render-tool.phtml | Example | Example script | ||
|  Files (32) | / | view | / | melis-dashboard-plugin-creator | / | dashboard-plugin-creator | / | partial | 
| File | Role | Description | 
|---|---|---|
|    render-step1.phtml | Example | Example script | 
|    render-step2.phtml | Example | Example script | 
|    render-step3.phtml | Example | Example script | 
|    render-step4.phtml | Example | Example script | 
|    render-step5.phtml | Example | Example script | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
 | 
 | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.
 If you know an application of this package, send a message to the author to add a link here.