Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group buckets when assigning a transaction to a bucket #594

Closed
StephanieLemoine opened this issue Nov 3, 2021 · 3 comments
Closed

Group buckets when assigning a transaction to a bucket #594

StephanieLemoine opened this issue Nov 3, 2021 · 3 comments
Labels
included in next release The work is done, it's just waiting to be released.
Milestone

Comments

@StephanieLemoine
Copy link

Now you get a long list of all bucket. Which is difficult to search in when you have many buckets. You might also have similarly named buckets in different groups.
It would be helpful if the group name was also visible + if the buckets are sorted and grouped per bucket group.

@iffy
Copy link
Contributor

iffy commented Nov 16, 2021

Related: #432

@iffy iffy added this to the Buckets v1.0 milestone Dec 11, 2021
@iffy
Copy link
Contributor

iffy commented Jul 8, 2022

I've made a change to the upcoming version that will append the group name to all buckets with identical names, like "Bucket 1" in this image:

image

I know this isn't exactly what was requested here, but I'm not quite sure how to best group by bucket and allow for fuzzy searching. For instance, if I have this scenario:

  • Group 1
    • Chocolate
    • CACP
  • Group 2
    • CC Payment

If I type "cc", with fuzzy searching enabled and without grouping it would rank matches as:

  • CC Payment
  • CACP
  • Chocolate

If buckets are grouped, it would likely be displayed as:

  • Group 2
    • CC Payment
  • Group 1
    • CACP
    • Chocolate

However, how do I handle the case where different groups have different ranked results? For instance, if Group A has the 1st and 4th best matches, Group B has the 2nd and 5th best matches and Group C has the 3rd best match, do I show Group A first even though it would but the 4th best option above the 2nd and 3rd?

@iffy iffy added the included in next release The work is done, it's just waiting to be released. label Jul 8, 2022
@iffy
Copy link
Contributor

iffy commented Jul 18, 2022

Included in v0.67.0 release (AUTOMATED COMMENT)

@iffy iffy closed this as completed Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
included in next release The work is done, it's just waiting to be released.
Projects
None yet
Development

No branches or pull requests

2 participants