feat(profile): add profile settings and LLM user context
This commit is contained in:
parent
db3d9514d5
commit
b99b9ed68e
25 changed files with 472 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue