This repository holds the files of the openIMIS Frontend Dashboard module.
It is designed to be deployed as a module of openimis-fe_js.
core.Router: Registers the dashboard route (/dashboard/analytics) in the openIMIS client-side router.refs: Exposes the dashboard as a reusable component reference (dashboard.Analytics).reducers: Registers the dashboard reducer under thedashboardkey.translations: Provides English translations (en.json).
If you want to show the dashboard inside the **Home** module (or any other module), you can use the published component reference:
<PublishedComponent pubRef="dashboard.Analytics" />
![Dashboard Preview]