Skip to content

Commit

Permalink
remove children backend mock, add backend connection to childrenoverv…
Browse files Browse the repository at this point in the history
…iew and childrenregistration, add dateinput component, rename childrengallerycomponent
  • Loading branch information
MaHaWo committed Nov 4, 2024
1 parent 760a713 commit 529479a
Show file tree
Hide file tree
Showing 20 changed files with 1,465 additions and 1,476 deletions.
10 changes: 10 additions & 0 deletions frontend/src/lib/client/schemas.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ export const ChildCreateSchema = {
birth_month: {
type: 'integer',
title: 'Birth Month'
},
remark: {
type: 'string',
title: 'Remark',
default: ''
}
},
type: 'object',
Expand All @@ -216,6 +221,11 @@ export const ChildPublicSchema = {
type: 'integer',
title: 'Birth Month'
},
remark: {
type: 'string',
title: 'Remark',
default: ''
},
id: {
type: 'integer',
title: 'Id'
Expand Down
Loading

0 comments on commit 529479a

Please sign in to comment.