mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #206] [Feature]: Authentication - Track Archive & Queue by User #124
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
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#124
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 @cadtoolbox on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/206
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
With the new feature/auth_details, it would be nice to see when someone uploads an archive file, see the username of who added it.
For jobs in the queue, it would be nice to see who started it both on the Queue screen and on the Printer screen as its printing.
Proposed Solution
Add a field that displays ownership for Archive files and Jobs in the queue.
Alternatives Considered
No response
Feature Category
Print Queue & Scheduling
Priority
Critical for my use case
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Feb 1, 2026):
Added username to queue items, archive card, file card in file manager and printer card.
Available in branch 0.1.7b. Please let me know if it works for you.
@cadtoolbox commented on GitHub (Feb 1, 2026):
Works without issues!
One question regarding notifications: When a job completes, fails, stops, etc.; Do the notifications apply to all users or to the owner of the job only?
@maziggy commented on GitHub (Feb 1, 2026):
To all.
@cadtoolbox commented on GitHub (Feb 1, 2026):
No issues after I tested. Thanks again!!