Api-PWA/DocuMed.Api
Amir Hossein Khademi ab56bf3c20 Downgrade target frameworks and update dependencies
- Downgraded target frameworks from net9.0 to net8.0 in multiple projects.
- Updated package references to older versions across various projects.
- Added and updated using directives in several files for better dependency management.
- Modified `Student` entity to make `SectionId` nullable and updated related methods.
- Introduced new migration files to reflect schema changes in the database.
- Added new `ValidationException` and `ValidationBehavior` classes for improved validation handling.
- Updated `launchUrl` in `launchSettings.json` to include `/swagger/v1`.
- Reformatted constructor parameters in `Patient.cs` for better readability.
- Removed `Sections` property from `University.cs`.
- Changed `PatientId` and `Patient` properties in `MedicalHistory.cs` to internal.
2025-01-12 12:16:24 +03:30
..
AppSettings Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
Controllers Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
Properties Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +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 Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30
Program.cs Downgrade target frameworks and update dependencies 2025-01-12 12:16:24 +03:30