normogen/backend/src/models
2026-02-26 09:22:36 -03:00
..
appointment.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -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
lab_result.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
medication.rs Phase 2.2: MongoDB connection and models 2026-02-14 15:37:02 -03:00
mod.rs feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -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
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