Current (non-working-frontend) state

This commit is contained in:
2023-05-22 18:39:47 +02:00
parent b29550f429
commit cfc28c5959
13 changed files with 354 additions and 89 deletions

View File

@ -85,7 +85,6 @@ model itemCategory {
Item Item[]
}
/// TODO: Add relationship to StorageUnit, Item and if necessary to StorageLocation.
model contactInfo {
id Int @id @default(autoincrement())
type contactType @default(person)
@ -101,6 +100,7 @@ model contactInfo {
Item Item[]
}
/// TODO: Allow multiple types to be used?
enum contactType {
storageUnit
owner