The Overview panel shows a summary of the Weblate information related
to contributors and translation units, with the possibility of filtering
by projects and their components.
Most of the visualizations found in it can be explored in more detail in
the panels corresponding to the different analysis: Unit actions and languages,
number of contributions per project, units per author and a list of units.
To avoid translation units to be counted more than once, the visualizations
use the field unit_id
, instead of the unit URL.
From left to right and top to bottom, the metrics provided are:
To use this dashboard with your own GrimoireLab deployment you need to:
weblate
index is available on your GrimoireLab instance
(see grimoirelab-sirmordred documentation for details on how to deploy it).Index Pattern | —– | Dashboard |
Once you have the data in place, if you need to manually upload the dashboard execute the following commands:
kidash -e https://user:pass@localhost:443/data --import weblate-index-pattern.json
kidash -e https://user:pass@localhost:443/data --import weblate_overview.json
Edit this doc