ndswecker / SnatchItCore

A Django full-stack web application for bird banding data collection, management, and submission.
2 stars 0 forks source link

Charts In Background #74

Open ndswecker opened 1 month ago

ndswecker commented 1 month ago

Users are experiencing an unwanted amount of lag time when viewing charts in remote cellular areas. We need to optimize the load time of charts while preserving the ability to filter by date ranges dynamically. Offload generation of charts as background task

harrelchris commented 1 month ago

It may be necessary to move date range selection to the front end.

Consider offloading all charts to a separate plotly dash app or streamlit