feat(profile): add profile settings and LLM user context

This commit is contained in:
Piotr Oleszczyk 2026-03-05 15:57:21 +01:00
parent db3d9514d5
commit b99b9ed68e
25 changed files with 472 additions and 9 deletions

View file

@ -58,6 +58,7 @@ UI available at `http://localhost:5173`.
| `/routines` | AM/PM skincare routines and steps |
| `/routines/grooming-schedule` | Weekly grooming schedule |
| `/skincare` | Weekly skin condition snapshots |
| `/profile` | User profile (birth date, sex at birth) |
| `/health-check` | Liveness probe |
## Frontend routes
@ -74,6 +75,7 @@ UI available at `http://localhost:5173`.
| `/health/medications` | Medications |
| `/health/lab-results` | Lab results |
| `/skin` | Skin condition snapshots |
| `/profile` | User profile |
## Development