Conversation
Added support for beta branch in Docker publish workflow and updated version handling.
d3nn3s08
added a commit
that referenced
this pull request
Dec 30, 2025
Implementiert Option 2 des intelligenten Lager-Systems: **Backend-Änderungen:** - spool_number_service.py: Nummer wird NICHT mehr entfernt wenn tray_uuid gesetzt wird - mqtt_routes.py: match_spool() aktualisiert RFID-Daten ohne Nummer zu löschen - Verknüpfung: Spule #5 + RFID xyz123 = tracked über beide Identitäten **Frontend-Änderungen:** - Status-Dropdown hinzugefügt: Lager (🏪) / AMS (📦) / In Benutzung (🖨️) - Status wird in Tabelle mit farbigen Badges angezeigt - Status wird beim Speichern und Bearbeiten berücksichtigt **Workflow:** 1. Manuelle Spule erstellen → Nummer #5, Status "Lager" 2. In AMS einlegen → RFID erkannt, Nummer #5 BLEIBT erhalten 3. Aus AMS nehmen → Zurück ins Lager, weiterhin #5 4. Erneut einlegen → System erkennt Verknüpfung
d3nn3s08
added a commit
that referenced
this pull request
Dec 30, 2025
**Änderungen:** Backend: - assign_spool_number() vergibt KEINE automatischen Nummern mehr - Nummern bleiben dauerhaft, auch wenn RFID hinzugefügt wird - Neuer Endpoint /api/spools/unnumbered für Spulen ohne Nummer Frontend: - Platzhalter geändert: "z.B. 5" statt "Automatisch vergeben" - Hinweistext aktualisiert: Nummern sind optional **Workflow:** 1. Manuelle Spule: Optional Nummer vergeben (z.B. #5) 2. RFID-Spule erkannt: KEINE automatische Nummer 3. Später: Benutzer kann Nummer manuell setzen 4. Nummer bleibt dauerhaft mit RFID verknüpft
d3nn3s08
added a commit
that referenced
this pull request
Dec 30, 2025
Implementiert das komplette Quick-Assign System aus der Spezifikation:
**Backend - API Endpoints:**
- POST /api/spools/{id}/assign?printer_id=X&slot_number=N
- Weist Spule einem AMS-Slot zu
- Validiert Slot (1-4), Spule verfügbar, Slot frei
- Returns 409 Conflict bei Fehler
- POST /api/spools/{id}/unassign
- Entfernt Spule aus AMS-Slot
- Merkt sich last_slot für Historie
**Frontend - Quick-Assign Dialog:**
- Modal öffnet bei Klick auf "+ Zuweisen" (leere Slots)
- Live-Suche: Spule nach Nummer (#5) oder Name (PLA Basic)
- Zeigt nur freie Spulen (printer_id = NULL)
- Filter: Nummer, Name, Vendor, Color
- Click auf Spule → sofort zuweisen
- Auto-Refresh nach Zuweisung
**Workflow:**
1. User klickt "+ Zuweisen" bei leerem Slot
2. Modal zeigt alle freien Spulen
3. User tippt "5" → Filtert auf Spule #5
4. User klickt → POST /api/spools/{id}/assign
5. Spule wird zugewiesen, AMS-View refresht
6. Slot zeigt jetzt: "#5 PLA Basic - Bambu Lab"
d3nn3s08
added a commit
that referenced
this pull request
Dec 30, 2025
**Änderungen:** - Spulen-Nummer wird in Slots angezeigt: #5 PLA Basic - Neuer Button ✖️ 'Entfernen' zum Unassign von Spulen - Bestätigungs-Dialog beim Entfernen - unassignSpool() Funktion für API-Call - Notification nach erfolgreichem Entfernen - Auto-Refresh der AMS-Ansicht **Workflow:** 1. Slot zeigt: #5 PLA Basic - Bambu Lab 2. User klickt ✖️ Button 3. Bestätigung: 'Spule wirklich entfernen?' 4. POST /api/spools/{id}/unassign 5. Spule wird entfernt, Slot wird leer 6. Notification: 'Spule #5 entfernt'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Public Beta mit Fokus auf Stabilität, Datenintegrität und Migrationen.
Kein Feature-Release.