Commit Graph

13 Commits

Author SHA1 Message Date
fc6376abec feat: implement Mistral OCR document parsing with fuzzy matching and frontend integration 2025-12-21 11:06:57 +05:30
d9f6694b2f feat: Implement source management with file upload, display, and deletion functionality on a new Sources page, backed by new backend models and handlers. 2025-12-20 15:55:16 +05:30
69bc5675dc feat: add profile avatar selection and enhance sidebar UI with icons 2025-12-20 12:26:28 +05:30
10e6d2c58a feat: Display biomarkers by category in collapsible sections on the dashboard, including new UI styles and backend category_id in the API response. 2025-12-19 21:12:02 +05:30
21a0031c81 feat: implement admin user management page with user listing, creation, deletion, and password reset functionality 2025-12-19 20:28:27 +05:30
d981ff37fb feat: Add optional display name to user profile with corresponding API and UI updates 2025-12-19 18:07:01 +05:30
b2ad488043 feat: add React frontend with login, signup, dashboard pages and admin seeding support 2025-12-19 17:33:23 +05:30
4890cfb541 feat: implement session-based authentication and core API handlers for user management 2025-12-19 16:21:12 +05:30
b9fbbbbbd6 feat: add diet entity and user lifestyle habits with data seeding support 2025-12-19 13:52:48 +05:30
baccbee706 feat: implement biomarker models, reference rules, and data seeding logic 2025-12-19 13:37:55 +05:30
2b02470957 feat: add height, blood type, and birthdate fields to User model and remove Eq derive. 2025-12-18 20:34:39 +05:30
f9f6871ee5 feat: Add user role entity and integrate with user model, including migration updates and a new Makefile target. 2025-12-18 20:23:03 +05:30
e2930d1cd5 feat: initialize rust backend with axum server, seaorm models, and project scaffolding 2025-12-18 18:46:56 +05:30