mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 15:14:02 -05:00
[GH-ISSUE #905] [Bug]: (By design or bug) Clicking "X uncategorized transactions" shows list of transactions in all accounts even if user is in single account view at the moment of click #14590
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mkalamarz on GitHub (Apr 16, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/905
Verified issue does not already exist?
What happened?
As in title, I'm not sure if this is intended behavior or a bug.
To reproduce:
ALSO in step 2. you can select either a single account or "For budget" or "All accounts".
Weirdly enough in step 4. a completly new type of view (I guess this is called an endpoint?) is forced: accounts/uncategorized. First I thought it simple redirected me to a filtered /accounts.
I would assume this is by design as the number "X" always depicts all uncategorized transactions no matter if a single account or "For budget" or "All accounts" is selected. Also because it always redirects to accounts/uncategorized.
From a UX perspective I would expect to be left in the same "view" and simply get something like a filter "Category is (nothing)" applied to it (it wouldn't work because of #901).
What error did you receive?
No error.
Where are you hosting Actual?
Fly.io
What browsers are you seeing the problem on?
Firefox
Operating System
Windows 10
@mkalamarz commented on GitHub (May 10, 2023):
@j-f1 Bump 🤛 (I know that some issues are more pressing than others but maybe consider adding automation that would ping "someone" or add tag e.x. "stale" when "bug" and "needs triage" are present for more than 2 (?) weeks since posting?)
@trevdor commented on GitHub (May 10, 2023):
@mkalamarz 'Tis a busy project. But I gotcha:
The behaviors you describe are all as designed, though I see how it could be confusing. The workflow is for where you want to tidy up ALL the transactions you have yet to categorize in your budget, since that's the only way to be sure your budget reflects current reality.
I'd have to ponder it some more, but at first blush, I think jumping to
/accounts/budgetedwith a filter instead of a special screen ataccounts/uncategorizedcould be a fabulous enhancement and a good way to highlight our filter capabilities. Essentially, this:Still, definitely a new feature, not a bug.
@github-actions[bot] commented on GitHub (May 10, 2023):
✨ Thanks for sharing your idea! ✨
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).
The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+
Don’t forget to upvote the top comment with 👍!
@mkalamarz commented on GitHub (May 13, 2023):
@trevdor This issue has title and description worded as a bug report, so I have created a proper feature request (#1030). Could you please remove the "needs votes" + "feature" tags and bot message while adding (I guess) "wontfix" for no future confusion?