mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #384] [Feature]: Print log #243
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#243
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 @maziggy on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/384
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
Users want a chronological, table-based view of all print activity showing who printed what, when, and on which printer. Rather than a separate page, this will be a new "log" view mode within the existing Archives page — sitting alongside the existing grid/list/calendar views. A toggle button will be placed before the Export button in the header toolbar.
Proposed Solution
s.a.
Alternatives Considered
No response
Feature Category
Monitoring & Stats
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Feb 15, 2026):
feat: add print log timeline view in archives page
Add a chronological, table-based print log as a 4th view mode in the
Archives page. Log entries are stored in a separate print_log_entries
table — clearing the log never touches archives or queue items.
Backend:
Frontend: