added shared parent info and edit child info modal

This commit is contained in:
Brian Bjarke Jensen
2025-11-12 17:01:06 +01:00
parent 1887de14e0
commit 05560d766a
3 changed files with 134 additions and 7 deletions
+2
View File
@@ -20,3 +20,5 @@ class ChildResponse(BaseModel):
birth_time: datetime
birth_weight: float
created_at: datetime
parent_count: int | None = None
parent_usernames: list[str] | None = None