mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #183] [Feature]: Autocompletion of tags #115
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @jhf2442 on GitHub (Jan 29, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/183
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
When adding tags, user has to enter tags by fully typing them. Even then, he can't be sure that the tag already exists, he didn't do a typo etc
Proposed Solution
auto-complete so that one doesn't have to memorize tags. Also add a drop-down lists of tags to easily find existing tags
Alternatives Considered
No response
Feature Category
Print Archiving
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Jan 30, 2026):
Not sure what you're talking about. Need more details.
@jhf2442 commented on GitHub (Jan 30, 2026):
Sure :-) let's say you have 2 categories, catA and catB. When you import a new design and want to assign a category, you start typing c - a - and then I'd expect a popup with "catA catB" from which I could choose.
Currently, nothing happens so 1) I have to know the exact name of the category and 2) if I make a typo, I create a new category
Autocompletion only works if I somehow know how the tag name starts, if not, there's no real way of getting a list of tags besides using the filter by tag field - that's where a dropdown list of tags would be handy to pick tag(s) from
BTW: how to manage tags - rename, delete etc ?
@maziggy commented on GitHub (Jan 31, 2026):
Ahhh...tought you are talking about spool tags. Sorry, was a long day :)
@maziggy commented on GitHub (Jan 31, 2026):
Please use branch feature/183 and let me know it it works for you.