[PR #6589] [MERGED] Update the projection types in crossover report #41051

Closed
opened 2026-04-23 13:51:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6589
Author: @jonner
Created: 1/7/2026
Status: Merged
Merged: 1/13/2026
Merged by: @youngcw

Base: masterHead: crossover-projections


📝 Commits (5)

  • 8aa0690 Add unfiltered median projection type to crossover report
  • 8dee539 Add a new 'mean' projection type to crossover report
  • eae059a Remove 'linear trend' from crossover report
  • 6a14734 Add release notes for crossover point projections
  • 2dc7311 [autofix.ci] apply automated fixes

📊 Changes

5 files changed (+39 additions, -38 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/Crossover.tsx (+13 -5)
📝 packages/desktop-client/src/components/reports/reports/CrossoverCard.tsx (+2 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/crossover-spreadsheet.ts (+17 -31)
📝 packages/loot-core/src/types/models/dashboard.ts (+1 -1)
upcoming-release-notes/6589.md (+6 -0)

📄 Description

As discussed on the crossover report discussion bug, the linear trend is not very useful. This PR removes that projection type, which is likely to give the user not-useful data, but adds two new types: median (not filtered) and mean.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6589 **Author:** [@jonner](https://github.com/jonner) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/13/2026 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `crossover-projections` --- ### 📝 Commits (5) - [`8aa0690`](https://github.com/actualbudget/actual/commit/8aa0690830961d557e0bdd616ccfc30afe3ee61b) Add unfiltered median projection type to crossover report - [`8dee539`](https://github.com/actualbudget/actual/commit/8dee539a058e583c02fd49e2ec1205fd1c0a4de5) Add a new 'mean' projection type to crossover report - [`eae059a`](https://github.com/actualbudget/actual/commit/eae059a307cecc4b90ba05016257e15a5a545565) Remove 'linear trend' from crossover report - [`6a14734`](https://github.com/actualbudget/actual/commit/6a14734bb7a4f8901db74184f2a52e7d0bc5fa88) Add release notes for crossover point projections - [`2dc7311`](https://github.com/actualbudget/actual/commit/2dc73119a6014e9644fd82b14d31e41ecc3050e2) [autofix.ci] apply automated fixes ### 📊 Changes **5 files changed** (+39 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/Crossover.tsx` (+13 -5) 📝 `packages/desktop-client/src/components/reports/reports/CrossoverCard.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/crossover-spreadsheet.ts` (+17 -31) 📝 `packages/loot-core/src/types/models/dashboard.ts` (+1 -1) ➕ `upcoming-release-notes/6589.md` (+6 -0) </details> ### 📄 Description As discussed on the crossover report discussion bug, the linear trend is not very useful. This PR removes that projection type, which is likely to give the user not-useful data, but adds two new types: median (not filtered) and mean. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 13:51:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#41051