Api-PWA/DocuMed.Api
Amir Hossein Khademi b3ca3c51ea Refactor services and add MediatR for medical histories
- Updated MedicalHistoryController to use MediatR for commands/queries
- Refactored methods in MedicalHistoryController to use expression-bodied members
- Added HospitalId property to CurrentUserService
- Removed UniversityId claims handling from JwtService
- Updated AccountService to handle Student entities with UniversityId and SectionId
- Removed IMedicalHistoryService interface and its implementation
- Removed UniversityId and SectionId handling from UserService
- Added SectionId property to SignUpRequestDto
- Refactored MedicalHistory entity to remove personal information properties
- Added CreateMedicalHistoryCommand, UpdateMedicalHistoryCommand, and DeleteMedicalHistoryCommand
- Added command handlers for medical history commands
2024-12-27 09:53:55 +03:30
..
AppSettings chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
Controllers Refactor services and add MediatR for medical histories 2024-12-27 09:53:55 +03:30
Properties chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
Sentry/9DC334EC83D3BBA80249F4426A4CB422C68089AE Change DATABASE 2024-09-28 12:34:36 +03:30
Services Refactor services and add MediatR for medical histories 2024-12-27 09:53:55 +03:30
Views/Home chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
WebFramework Change DATABASE 2024-09-28 12:34:36 +03:30
wwwroot/assets add home page 2023-11-21 15:13:50 +03:30
Dockerfile chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
DocuMed.Api.csproj chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
Program.cs chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30