feat: add unified Person+User creation backend

This commit is contained in:
2026-06-16 21:21:17 +02:00
parent 68c2983d36
commit e5717461cf
11 changed files with 772 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const defaultPersonSchemaCopy: PersonSchemaCopy = {
userIdInvalid: "User ID must be a valid UUID",
}
const personDepartments = [
export const personDepartments = [
"IT",
"ENGINEERING",
"TRAFFIC",