refactor(items): move workflows into use cases

This commit is contained in:
2026-06-04 22:11:40 +02:00
parent 2b908b24f6
commit 0af25417ab
9 changed files with 312 additions and 208 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ enum ItemStatus {
model Item {
id String @id @default(uuid())
name String
name String @unique
description String?
categoryId String
category Category @relation(fields: [categoryId], references: [id])