Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Limit applications_by_day loop to first 10 days in Dashboar…
…dView This commit modifies the DashboardView class in views.py to limit the loop over applications_by_day to the first 10 days. Previously, the loop iterated over all days, which could result in a large number of iterations and potentially impact performance. By limiting the loop to the first 10 days, the code improves efficiency and reduces unnecessary processing.
- Loading branch information