Show Filament Custom Fields on Spool View #43

Closed
opened 2026-01-16 05:13:54 +00:00 by tonym · 0 comments
Owner

Summary

Display filament custom fields (like RAL color codes, glitter, etc.) as read-only info on the spool list/detail view.

Upstream Issue

Use Case

Users define custom fields on filaments (e.g., RAL color code, glitter type) and want to see/filter by these when viewing spools without navigating to the filament.

Proposed Solution

1. Spool List View

  • Option to show filament custom fields as columns
  • Filterable like other spool fields
  • Read-only (inherited from filament)

2. Spool Detail View

  • Show filament custom fields in a "Filament Info" section
  • Clearly labeled as coming from filament

3. API Changes

  • Include filament.extra in spool responses
  • Or nested custom fields under spool.filament.extra

Notes

  • These are read-only on spools - editing happens on filament
  • Consider performance impact of nested queries
  • Related to #29 (Table Column Customization)
## Summary Display filament custom fields (like RAL color codes, glitter, etc.) as read-only info on the spool list/detail view. ## Upstream Issue - https://github.com/Donkie/Spoolman/issues/334 (2 reactions) ## Use Case Users define custom fields on filaments (e.g., RAL color code, glitter type) and want to see/filter by these when viewing spools without navigating to the filament. ## Proposed Solution ### 1. Spool List View - Option to show filament custom fields as columns - Filterable like other spool fields - Read-only (inherited from filament) ### 2. Spool Detail View - Show filament custom fields in a "Filament Info" section - Clearly labeled as coming from filament ### 3. API Changes - Include filament.extra in spool responses - Or nested custom fields under spool.filament.extra ## Notes - These are read-only on spools - editing happens on filament - Consider performance impact of nested queries - Related to #29 (Table Column Customization)
tonym closed this issue 2026-01-23 05:14:09 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tonym/spoolman2#43
No description provided.