Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (32) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-12-08 (23 days ago) | Not yet rated by the users | Total: 17 | All time: 10,483 This week: 242 |
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 | / | 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 | / | language |
File | Role | Description |
---|---|---|
en_EN.interface.php | Aux. | Auxiliary script |
fr_FR.interface.php | Aux. | Auxiliary script |
Files | / | src |
File | Role | Description | ||
---|---|---|---|---|
Controller (1 file) | ||||
Form (1 directory) | ||||
Service (1 file) | ||||
Module.php | Class | Class source |
Files | / | src | / | Controller |
File | Role | Description |
---|---|---|
DashboardPluginCreatorController.php | Class | Class source |
Files | / | src | / | Form | / | Factory |
File | Role | Description |
---|---|---|
MelisDashboardPlug...leSelectFactory.php | Class | Class source |
Files | / | src | / | Service |
File | Role | Description |
---|---|---|
MelisDashboardPluginCreatorService.php | Class | Class source |
Files | / | 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 | / | view | / | melis-dashboard-plugin-creator |
File | Role | Description | ||
---|---|---|---|---|
dashboard-plugin-creator (6 files, 1 directory) |
Files | / | 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 | / | 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 |
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.