This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:dashboard [2017/08/11 10:12] admin [Guides] |
blocks:dashboard [2023/01/31 16:46] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <html><!-- nomoodle --></html>{{ :logo-apl.png?nolink |}} <html><!-- /nomoodle --></html> | ||
===== Dashboard Block ===== | ===== Dashboard Block ===== | ||
* **Plugin type:** Block | * **Plugin type:** Block | ||
* **Name:** Dashboard | * **Name:** Dashboard | ||
- | * **Versions:** 1.9, 2.2 to 3.3 | + | * **Versions:** :M27: to :M39: |
- | * **FUnctional family:** Reporting | + | * **Older Versions:** 1.9, 2.2 to 2.6 |
+ | * **Functional family:** Reporting | ||
* **Distribution:** Public | * **Distribution:** Public | ||
* **Availability:** Release Candidate | * **Availability:** Release Candidate | ||
* **Repository:** https://github.com/vfremaux/moodle-block_dashboard | * **Repository:** https://github.com/vfremaux/moodle-block_dashboard | ||
+ | * **Distributor:**[[http://www.activeprolearn.com|ActiveProLearn]] | ||
The Dashboard blocks is a block accessory useful to build complete data reporting reports within a course, using dashboard instances as report elements to process one single query in moodle database and display results. | The Dashboard blocks is a block accessory useful to build complete data reporting reports within a course, using dashboard instances as report elements to process one single query in moodle database and display results. | ||
Line 21: | Line 24: | ||
* [[:Blocks:Dashboard:Technique|Technical guide]] | * [[:Blocks:Dashboard:Technique|Technical guide]] | ||
- | ==== Sommaire des fonctionnalités ==== | + | ==== Features ==== |
- | * Source de données | + | * Data sourcing |
- | * Sélection de la base de données Moodle ou d'une base de données annexe (PostGre) | + | * Main moodle database binding, |
- | * Ecriture de requête SQL | + | * Accessory external PostGreSQL binding. (PRO Edition only) |
- | * Configuration des champs utiles | + | * SQL query input in full SQL text |
- | * Postformatage de tous les résultats (sprintf) | + | * Input fields selection |
- | * Modes de sortie | + | * Dynamic Filters |
- | * Sorties tabulaires | + | * Dynamic parameters |
- | * Tables plates (enregistrements) | + | * All data can be postformated (using sprintf syntax) |
- | * Tables croisées (matrices) | + | * Result caching |
- | * Jeux de données hiérarchiques | + | * Big results protection |
- | * Accessoires des formes tabulaires | + | * Query result axis rotation (PRO Edition only) |
- | * Filtres dynamiques | + | * Output modes |
- | * Paramétres dynamiques | + | * Data tables |
- | * Colorisation conditionnelle | + | * Flat tables (records) |
- | * Sommateurs/aggrégateurs | + | * Tabular matrix |
- | * Sous-totaux | + | * Data treeview for hierarchical data (PRO Edition only) |
- | * Sorties graphiques | + | * Table data features |
- | * Barres | + | * Cell Coloring on data value ruling (PRO Edition only) |
- | * Courbes | + | * Summators / Aggregators |
- | * Donuts | + | * Sub totals, table split |
- | * Ligne de temps (données temporelles) | + | * Graphic output |
- | * GoogleMap (expérimental) | + | * Bars |
- | * Filtres dynamiques | + | * Lines |
- | * Paramètres dynamiques | + | * Donuts and Pie charts |
- | * Sommateurs/Aggrégateurs | + | * Time line (PRO Edition only) |
- | * Sorties en export fichier | + | * GoogleMap (PRO Edition only) |
- | * Export immédiat | + | * Summators / Aggregators |
- | * Export différé ou régulier | + | * File output |
- | * Autres fonctionnalités | + | * CSV files format |
- | * Couplage des filtres sur plusieurs instances | + | * Immediate export |
+ | * Batched or delayed exports (PRO Edition only) | ||
+ | * Other features | ||
+ | * Dashboard instances filter coupling | ||
+ | |||
+ | ==== Builds ==== | ||
+ | |||
+ | ^ :M27: ^ :M28: ^ :M29: ^ :M30: ^ :M31: ^ :M32: ^ :M33: ^ :M34: ^ M35 ^ | ||
+ | | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_27_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_28_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_29_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_30_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_31_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_32_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_33_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_34_STABLE"></html> | <html><img src="https://travis-ci.org/vfremaux/moodle-block_dashboard.svg?branch=MOODLE_35_STABLE"></html> | | ||
+ | |||
+ | [[https://travis-ci.org/vfremaux/moodle-block_dashboard/branches|Travis-ci Intégration continue]] | ||
+ | |||
+ | Note : "Failing" status does not necessarily mean the plugin is not working, but it has not been fully reworked and review to complay all the moodle coding rules. | ||
==== Credits ===== | ==== Credits ===== | ||
- | * 2008 Valery Frémaux (valery.fremaux@gmail.com) | + | * 2008 Valery Frémaux (valery.fremaux@gmail.com) - Design and coding |
+ | * 2017 Florence Labord (florence@activeprolearn.com) - QA and Documentation | ||
==== Road Map ==== | ==== Road Map ==== | ||
- | * Nettoyer/réagencer les panneaux de configuration | + | * Allow multiple colorization rules on table cells |
- | * Permettre plusieurs colonnes de colorisation (jusqu'à 3) | + | * Simplify cross table configuration |
- | * Permettre un choix plus simple du séparateur de valeur dans les cellules de tables croisées | + | |
+ | |||
+ | ---------- | ||
+ | |||
+ | <html><!-- nomoodle --></html> | ||
+ | |||
+ | [[:Plugins|Back to plugins index]] - [[:start|Back to catalogue index]] | ||
- | [[:start|Retour au catalogue]] | + | <html><!-- /nomoodle --></html> |