Sprint 8: Material anlegen/bearbeiten im Admin-Portal
PATCH /materialien/{id} existierte im Backend bereits (Prompt 07), im
Frontend bisher nicht angebunden. Formular dient für Anlage UND Bearbeitung
(Klick auf "Bearbeiten" befüllt dasselbe Formular).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01L85hmKbvX7Cqkq47KnQhFt
This commit is contained in:
@@ -44,8 +44,15 @@ export interface Kontrollposition {
|
||||
export interface Material {
|
||||
id: number;
|
||||
name: string;
|
||||
artikelnummer: string | null;
|
||||
einheit: string;
|
||||
materialtyp: string;
|
||||
kategorie_id: number | null;
|
||||
hersteller: string | null;
|
||||
beschreibung: string | null;
|
||||
code: string | null;
|
||||
warnzeitraum_tage: number | null;
|
||||
aktiv: boolean;
|
||||
}
|
||||
|
||||
export interface Standort {
|
||||
|
||||
Reference in New Issue
Block a user