normogen/backend/src/models
goose b59be78e4a feat: implement health statistics tracking (Phase 2.7 Task 2)
- Add HealthStatistics model with 10 stat types
- Implement HealthStatisticsRepository
- Create 6 health stats API endpoints
- Add trend analysis with summary calculations
- Follow medication repository pattern

Status: 60% complete, needs compilation fixes
2026-03-07 16:24:18 -03:00
..
appointment.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
audit_log.rs feat: complete Phase 2.6 - Security Hardening 2026-03-05 09:09:46 -03:00
family.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
health_data.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
health_stats.rs feat: implement health statistics tracking (Phase 2.7 Task 2) 2026-03-07 16:24:18 -03:00
lab_result.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
medication.rs feat(backend): Implement Phase 2.7 Task 1 - Medication Management System 2026-03-07 14:07:52 -03:00
mod.rs feat: implement health statistics tracking (Phase 2.7 Task 2) 2026-03-07 16:24:18 -03:00
permission.rs fix: Implement std::fmt::Display for Permission to resolve compilation errors 2026-02-20 09:44:48 -03:00
profile.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
refresh_token.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
session.rs feat: complete Phase 2.6 - Security Hardening 2026-03-05 09:09:46 -03:00
share.rs Fix MongoDB DateTime serialization issues - Replace chrono::DateTime with mongodb::bson::DateTime in models - Update API responses to use timestamp_millis() for JSON serialization - Fix User, Share model DateTime fields - Update all handler responses to return i64 timestamps - This fixes the Kind: invalid type: map, expected RFC 3339 error 2026-02-26 09:22:36 -03:00
user.rs Fix MongoDB DateTime serialization issues - Replace chrono::DateTime with mongodb::bson::DateTime in models - Update API responses to use timestamp_millis() for JSON serialization - Fix User, Share model DateTime fields - Update all handler responses to return i64 timestamps - This fixes the Kind: invalid type: map, expected RFC 3339 error 2026-02-26 09:22:36 -03:00