mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #349] [MERGED] Feature/inventory #1013
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#1013
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?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/349
Author: @maziggy
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @maziggy
Base:
0.2.0b← Head:feature/inventory📝 Commits (10+)
ec82092Sync1f0931eSynce6e62f2Add spool inventory: AMS slot assignment, usage tracking, and remaining weight editing1366076Added docker-publish-beta.sha1f9ac1Added BETA_TEST_PLAN.md1e96ea3Update test case number format in issue reportingc0dad33Merge pull request #345 from maziggy/maziggy-patch-2469a135Add requirement for spool without RFID tagab1b510Merge pull request #347 from maziggy/maziggy-patch-344df253Merge branch '0.2.0b' into feature/inventory📊 Changes
62 files changed (+18983 additions, -760 deletions)
View changed files
➕
BETA_TEST_PLAN.md(+139 -0)📝
CHANGELOG.md(+5 -0)📝
DOCKERHUB.md(+1 -1)📝
README.md(+5 -0)📝
backend/app/api/routes/cloud.py(+48 -3)➕
backend/app/api/routes/inventory.py(+946 -0)➕
backend/app/core/bambu_colors.py(+317 -0)➕
backend/app/core/catalog_defaults.py(+357 -0)📝
backend/app/core/database.py(+112 -0)📝
backend/app/core/permissions.py(+18 -0)📝
backend/app/main.py(+235 -0)📝
backend/app/models/__init__.py(+12 -0)➕
backend/app/models/color_catalog.py(+20 -0)➕
backend/app/models/spool.py(+44 -0)➕
backend/app/models/spool_assignment.py(+35 -0)➕
backend/app/models/spool_catalog.py(+18 -0)➕
backend/app/models/spool_k_profile.py(+31 -0)➕
backend/app/models/spool_usage_history.py(+21 -0)📝
backend/app/schemas/cloud.py(+1 -0)➕
backend/app/schemas/spool.py(+109 -0)...and 42 more files
📄 Description
Feature/inventory
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.