[PR #573] [MERGED] Goal templates #3181

Closed
opened 2026-02-28 20:37:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/573
Author: @shall0pass
Created: 1/25/2023
Status: Merged
Merged: 1/28/2023
Merged by: @MatissJanis

Base: masterHead: goals_boherty_experimentalToggle


📝 Commits (10+)

  • a0f0fcd bdoherty copy
  • 7a4e4ba lint warnings/errors
  • b07e4ac redundant menu entries
  • 7980376 Merge branch 'actualbudget:master' into goals_bdoherty
  • 693ad78 Merge branch 'actualbudget:master' into goals_bdoherty
  • 446dbbc eslint warning
  • e8e0975 Merge branch 'actualbudget:master' into goals_bdoherty
  • 7ab8266 Merge branch 'actualbudget:master' into goals_boherty_updateTests
  • 6860841 add experimental toggle
  • 9dc97c3 Merge branch 'actualbudget:master' into goals_boherty_experimentalToggle

📊 Changes

6 files changed (+492 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/settings/Experimental.js (+14 -1)
📝 packages/loot-core/src/client/actions/queries.js (+6 -0)
📝 packages/loot-core/src/server/budget/actions.js (+1 -1)
📝 packages/loot-core/src/server/budget/app.js (+9 -0)
packages/loot-core/src/server/budget/goaltemplates.js (+443 -0)
📝 packages/loot-design/src/components/budget/rollover/BudgetSummary.js (+19 -2)

📄 Description

This includes the goals templates that @bdoherty wrote.

Todo: I still don't have the logic working correctly on the pref to keep it turned on from the experimental section.

https://github.com/bdoherty/actual-budget-template


🔄 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/573 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 1/25/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `goals_boherty_experimentalToggle` --- ### 📝 Commits (10+) - [`a0f0fcd`](https://github.com/actualbudget/actual/commit/a0f0fcdd080f7bf3b24e0bba411134c837c5c96b) bdoherty copy - [`7a4e4ba`](https://github.com/actualbudget/actual/commit/7a4e4ba6f1e9e984dae389b8356735441c1f0691) lint warnings/errors - [`b07e4ac`](https://github.com/actualbudget/actual/commit/b07e4ac57cb9524e9f3c4583ebaf3382f1882f97) redundant menu entries - [`7980376`](https://github.com/actualbudget/actual/commit/7980376885f9dc95fe2edff1dfd6a0a2da09dbf9) Merge branch 'actualbudget:master' into goals_bdoherty - [`693ad78`](https://github.com/actualbudget/actual/commit/693ad78ada943849105175062c73ac865ef82c81) Merge branch 'actualbudget:master' into goals_bdoherty - [`446dbbc`](https://github.com/actualbudget/actual/commit/446dbbc69cb7ceb0f009ecf69b82add096f5bf1d) eslint warning - [`e8e0975`](https://github.com/actualbudget/actual/commit/e8e0975b2fba07b1dc56385fb6ba21c0b3bb595c) Merge branch 'actualbudget:master' into goals_bdoherty - [`7ab8266`](https://github.com/actualbudget/actual/commit/7ab8266291d5bd496614aceb27d3ceef99754003) Merge branch 'actualbudget:master' into goals_boherty_updateTests - [`6860841`](https://github.com/actualbudget/actual/commit/686084165389403b8135dd022b718084c460b827) add experimental toggle - [`9dc97c3`](https://github.com/actualbudget/actual/commit/9dc97c3e3c12a4d139a2c853da96882314ca378c) Merge branch 'actualbudget:master' into goals_boherty_experimentalToggle ### 📊 Changes **6 files changed** (+492 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/settings/Experimental.js` (+14 -1) 📝 `packages/loot-core/src/client/actions/queries.js` (+6 -0) 📝 `packages/loot-core/src/server/budget/actions.js` (+1 -1) 📝 `packages/loot-core/src/server/budget/app.js` (+9 -0) ➕ `packages/loot-core/src/server/budget/goaltemplates.js` (+443 -0) 📝 `packages/loot-design/src/components/budget/rollover/BudgetSummary.js` (+19 -2) </details> ### 📄 Description This includes the goals templates that @bdoherty wrote. Todo: I still don't have the logic working correctly on the pref to keep it turned on from the experimental section. https://github.com/bdoherty/actual-budget-template --- <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-02-28 20:37:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3181