The dashboard is developed using the library following libraries :
react chartjs 2
react-grid-layout
(https://github.
...
...
The dashboard ui elements are located in the components/accessories/dashboard folder. Must of the dashboard data fetchers are redux actions located in the state folder, and there are hooks located in libraries/dashboardUtils used to refactor data of dashboard widgets. That means data displayed are provided by the redux store.
...
All dashboard ui elements are located in the dashboard folder. We could for exemple example add new dashboard reated related to admissions in the components located in the admissions folder. We could for example add another folders for extra modules, like laboratory, accounting, …
...