arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Upgrade charts to v7 #502

Closed arborrow closed 2 years ago

arborrow commented 2 years ago

This is a pretty significant refactoring of the dashboard. I renamed the route from board to events because events more accurately describes the dashboard. The blades use js to call an endpoint in api/chart that gets the data for each chart. This is a bit more inefficient than previously where the various charts were generated based off of a single pull of the data. I'll want to continue to monitor the Laravel charts project or look at the agc method to see what can be done to improve efficiency of the queries for generating agc_donor and agc_amount.

arborrow commented 2 years ago

fixed #497