28 Commits

Author SHA1 Message Date
923311e650 feat: display user biomarker results with severity indicators and visual scale bars on dashboard 2025-12-21 18:17:49 +05:30
8919942322 feat: implement Mistral BYOK feature for OCR processing with user profile integration 2025-12-21 15:16:41 +05:30
0f277d6b3d feat: implement OCR parsing status tracking and biomarker count display 2025-12-21 13:33:39 +05:30
fc6376abec feat: implement Mistral OCR document parsing with fuzzy matching and frontend integration 2025-12-21 11:06:57 +05:30
c8b4beafff refactor: replace inline styles with new CSS utility classes across various pages. 2025-12-20 16:08:11 +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
89815e7e21 feat: redesign biomarker display as a vertical list with status indicators and scale bars 2025-12-20 12:57:33 +05:30
69bc5675dc feat: add profile avatar selection and enhance sidebar UI with icons 2025-12-20 12:26:28 +05:30
e558e19512 feat: Introduce a shared Layout component, add new Insights and Sources pages, and refactor Dashboard and Profile pages to integrate with the new layout. 2025-12-19 21:25:23 +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
d08f63f50c feat: Implement theme state management and enhance theme toggle button with dynamic icons and accessibility. 2025-12-19 20:41:07 +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
c26c74ebdb feat: add stop command to Makefile for terminating local servers 2025-12-19 18:07:50 +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
f2f2d1dec7 feat: Enhance Makefile with frontend commands, database seeding, and improved serve and clean targets. 2025-12-19 17:51:36 +05:30
0f6ef74f6c feat: add user profile page with editable physical info and lifestyle settings 2025-12-19 17:46:54 +05:30
b2ad488043 feat: add React frontend with login, signup, dashboard pages and admin seeding support 2025-12-19 17:33:23 +05:30
2d3ad4f567 feat: add application logo in PNG and SVG formats 2025-12-19 16:21:22 +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
42b567f0ac feat: document future scope including FHIR integration, wearable sync, and other planned features. 2025-12-18 20:11:20 +05:30
e2930d1cd5 feat: initialize rust backend with axum server, seaorm models, and project scaffolding 2025-12-18 18:46:56 +05:30
9c0715637f docs: introduce comprehensive coding standards for the zhealth monorepo. 2025-12-18 17:41:25 +05:30
75c15ae73d feat: Add initial project development phases, high-level targets, and vision documentation. 2025-12-18 17:30:20 +05:30
bdde26d183 Initial commit 2025-12-18 11:41:48 +00:00