The dashboard is developed using the library react chartjs 2.
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. That means data displayed are provided by the redux store.
The charts folder contains base chart components used to create dashboard (in the dashboard folder). Feel free to add new base chart if needed; for example: Scatter, …
All dashboard ui elements are located in the dashboard folder. We could for exemple add new dashboard reated to admissions in the components located in the admissions folder. We could for example add another folders for extra modules, like laboratory, accounting, …
Add Comment