1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #60] [Feature]: Additional Print Archive Information #25

Closed
opened 2026-05-07 00:05:26 +02:00 by BreizhHardware · 5 comments

Originally created by @MisterBeardy on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/60

Originally assigned to: @maziggy on GitHub.

Problem or Use Case

Wondering if there is any way to add some additional information when viewing the archived prints across the various views.

Proposed Solution

When on the Card view, I would like to be able to see the start time and finish of a print, right now it shows a date and time, but I can't tell if that's when it finished or was submitted. Along with that, maybe seeing how many objects are part of the print on the main card would be helpful at a quick glance.

On the List view, there are only options to open in an external app and download. Can we get the edit/delete here as well?

Calendar view, when you click on a date and it shows the prints for that day, can we get the time the job was started and finished? Also when you click on an archived print that is part of a project, it shows all the prints for that project. Is there a way that it highlights the print that was selected? Maybe a highlight around it for easy finding?

Alternatives Considered

No response

Feature Category

Print Archiving

Priority

Nice to have

Mockups or Examples

No response

Contribution

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
Originally created by @MisterBeardy on GitHub (Jan 7, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/60 Originally assigned to: @maziggy on GitHub. ### Problem or Use Case Wondering if there is any way to add some additional information when viewing the archived prints across the various views. ### Proposed Solution When on the Card view, I would like to be able to see the start time and finish of a print, right now it shows a date and time, but I can't tell if that's when it finished or was submitted. Along with that, maybe seeing how many objects are part of the print on the main card would be helpful at a quick glance. On the List view, there are only options to open in an external app and download. Can we get the edit/delete here as well? Calendar view, when you click on a date and it shows the prints for that day, can we get the time the job was started and finished? Also when you click on an archived print that is part of a project, it shows all the prints for that project. Is there a way that it highlights the print that was selected? Maybe a highlight around it for easy finding? ### Alternatives Considered _No response_ ### Feature Category Print Archiving ### Priority Nice to have ### Mockups or Examples _No response_ ### Contribution - [ ] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-07 00:05:26 +02:00
Author
Owner

@maziggy commented on GitHub (Jan 8, 2026):

When on the Card view, I would like to be able to see the start time and finish of a print, right now it shows a date and time, but I can't tell if that's when it finished or was submitted.

Don't want to add that much information to the cards. I think that "overloads" the card. What we certainly can do, is to add some sort of print loggging database.

Along with that, maybe seeing how many objects are part of the print on the main card would be helpful at a quick glance.

You mean the amount of objects included in the print?

On the List view, there are only options to open in an external app and download. Can we get the edit/delete here as well?

Yes, that's no problem.

Also when you click on an archived print that is part of a project, it shows all the prints for that project. Is there a way that it highlights the print that was selected? Maybe a highlight around it for easy finding?

Yes, that would be helpful. Already saw that and it's on my todo list

Will look into this tomorrow morning.

<!-- gh-comment-id:3724558420 --> @maziggy commented on GitHub (Jan 8, 2026): > When on the Card view, I would like to be able to see the start time and finish of a print, right now it shows a date and time, but I can't tell if that's when it finished or was submitted. Don't want to add that much information to the cards. I think that "overloads" the card. What we certainly can do, is to add some sort of print loggging database. >Along with that, maybe seeing how many objects are part of the print on the main card would be helpful at a quick glance. You mean the amount of objects included in the print? >On the List view, there are only options to open in an external app and download. Can we get the edit/delete here as well? Yes, that's no problem. >Also when you click on an archived print that is part of a project, it shows all the prints for that project. Is there a way that it highlights the print that was selected? Maybe a highlight around it for easy finding? Yes, that would be helpful. Already saw that and it's on my todo list Will look into this tomorrow morning.
Author
Owner

@MisterBeardy commented on GitHub (Jan 8, 2026):

When on the Card view, I would like to be able to see the start time and finish of a print, right now it shows a date and time, but I can't tell if that's when it finished or was submitted.

Don't want to add that much information to the cards. I think that "overloads" the card. What we certainly can do, is to add some sort of print loggging database.

Oh that's a good idea, maybe at least have a start time listed on the card and more information on the Edit Archive dialog box instead of the card?

Along with that, maybe seeing how many objects are part of the print on the main card would be helpful at a quick glance.

You mean the amount of objects included in the print?

Yes.

On the List view, there are only options to open in an external app and download. Can we get the edit/delete here as well?

Yes, that's no problem.

Also when you click on an archived print that is part of a project, it shows all the prints for that project. Is there a way that it highlights the print that was selected? Maybe a highlight around it for easy finding?

Yes, that would be helpful. Already saw that and it's on my todo list

Will look into this tomorrow morning.

Awesome.

<!-- gh-comment-id:3724752710 --> @MisterBeardy commented on GitHub (Jan 8, 2026): > > When on the Card view, I would like to be able to see the start time and finish of a print, right now it shows a date and time, but I can't tell if that's when it finished or was submitted. > > Don't want to add that much information to the cards. I think that "overloads" the card. What we certainly can do, is to add some sort of print loggging database. Oh that's a good idea, maybe at least have a start time listed on the card and more information on the Edit Archive dialog box instead of the card? > > > Along with that, maybe seeing how many objects are part of the print on the main card would be helpful at a quick glance. > > You mean the amount of objects included in the print? > Yes. > > On the List view, there are only options to open in an external app and download. Can we get the edit/delete here as well? > > Yes, that's no problem. > > > Also when you click on an archived print that is part of a project, it shows all the prints for that project. Is there a way that it highlights the print that was selected? Maybe a highlight around it for easy finding? > > Yes, that would be helpful. Already saw that and it's on my todo list > > Will look into this tomorrow morning. Awesome.
Author
Owner

@maziggy commented on GitHub (Jan 9, 2026):

Please use branch 0.1.6-final and let me know if it works for you.

Print loggging database is now on the todo list and follows.

Added:

  • Archive list view: edit/delete buttons and context menu with full feature parity
  • Archive object count display on cards (extracted from 3MF metadata)
  • Cross-view archive highlighting: click in calendar/project to highlight in card view
  • Context menu button (⋮) on cards and list rows for easy access
  • Spoolman: clear location when spools are removed from AMS

Fixed:

  • QR code endpoint 500 error (added qrcode[pil] dependency)
<!-- gh-comment-id:3727536837 --> @maziggy commented on GitHub (Jan 9, 2026): Please use branch 0.1.6-final and let me know if it works for you. Print loggging database is now on the todo list and follows. Added: - Archive list view: edit/delete buttons and context menu with full feature parity - Archive object count display on cards (extracted from 3MF metadata) - Cross-view archive highlighting: click in calendar/project to highlight in card view - Context menu button (⋮) on cards and list rows for easy access - Spoolman: clear location when spools are removed from AMS Fixed: - QR code endpoint 500 error (added qrcode[pil] dependency)
Author
Owner

@MisterBeardy commented on GitHub (Jan 9, 2026):

Bingo! those updates are perfect. The print logging DB, would that be something that is added later on?

<!-- gh-comment-id:3729356046 --> @MisterBeardy commented on GitHub (Jan 9, 2026): Bingo! those updates are perfect. The print logging DB, would that be something that is added later on?
Author
Owner

@maziggy commented on GitHub (Jan 9, 2026):

Print loggging database is now on the todo list and follows.

<!-- gh-comment-id:3729532372 --> @maziggy commented on GitHub (Jan 9, 2026): > Print loggging database is now on the todo list and follows.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#25
No description provided.