Commit Graph

8 Commits

Author SHA1 Message Date
Philip
e6ad08c4a9 Add vaccines, teeth tracking, child management, and WHO growth percentiles
- Add tooth router and vaccine router with full CRUD operations
- Implement vaccine form and list components with edit/delete functionality
- Connect denture visualization to database for persistent tooth tracking
- Add child edit dialog and delete functionality with cascade deletion
- Implement WHO growth percentile calculations for weight and height
- Update dashboard to display real data for measurements, vaccines, and teeth
- Add dialog, alert-dialog, and tooltip UI components
- Install @radix-ui/react-dialog dependency
2026-02-16 21:16:56 +01:00
Philip
84a2b3bf0d Enhance dashboard functionality by integrating child selection and displaying related measurements, vaccinations, and toothing data. Update Prisma schema to use UUIDs for IDs and add new API endpoint to fetch child details by ID. 2025-04-14 21:31:21 +02:00
Philip
9a3692d147 Refactor DashboardPage to use DashboardContent component and add API endpoint to fetch all children by user 2025-04-13 09:25:10 +02:00
Philip
e8d609d7b3 Add birth time input to AddChildPage form and update date handling logic 2025-04-13 09:07:43 +02:00
Philip
fe790945fc Add Child functionality 2025-04-13 08:43:32 +02:00
Philip
72762cb02c Auth in progress 2025-04-07 22:24:50 +02:00
Philip
249f3b6578 Initial commit: Projektstruktur mit Next.js, Prisma, tRPC, shadcn/ui, Landingpage und Registrierung 2025-04-07 21:31:50 +02:00
Philip
973438fcd3 Initial commit from Create Next App 2025-04-06 21:22:44 +02:00