mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #849] [Feature]: Ability to change Spool id's through the api #575
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#575
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 @RosdasHH on GitHub (Mar 29, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/849
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I am developing a mobile app using Bambuddy as the backend, which allows users to assign their spools to AMS slots via NFC tags or QR codes. Each QR code stores a specific spool ID. Since the QR codes are printed as insets, they cannot be reused once a spool is empty, because the Bambuddy API does not allow updating spool IDs to match the one stored in the QR code. If it did, users could simply scan a QR code and assign its stored spool ID to the desired slot.
Proposed Solution
It would be very great if I could change spool id's through the api. Maybe in "/inventory/spools/{spool_id}" as additionally field in the request body?
Alternatives Considered
No response
Feature Category
API
Priority
Would improve my workflow
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 30, 2026):
This is not possible, changing the spool ID would break other fucntionalities. Sorry.