Skip to content

Conversation

@JalinaH
Copy link
Collaborator

@JalinaH JalinaH commented Jul 23, 2025

No description provided.

Akith-002 and others added 8 commits July 18, 2025 08:27
- Created a new migration to add the MasterFileRefNo column to the LandMiscellaneousMasterFiles table.
- Updated existing records to populate MasterFileRefNo based on MasterFileNo.
- Updated the AppDbContextModelSnapshot to reflect the new column.
- Modified the LandMiscellaneousMasterFile model to include the MasterFileRefNo property.
- Introduced a new nullable foreign key column `LandMiscellaneousMasterFileId` in the `LMRentalEvidences` table.
- Updated the `LMRentalEvidence` model to include the new foreign key and navigation property for `LandMiscellaneousMasterFile`.
- Modified the DTOs to accommodate the new foreign key and added a DTO for `LandMiscellaneousMasterFile`.
- Enhanced the repository interfaces and implementations to support fetching rental evidences by master file ID and reference number.
- Updated the service layer to handle the new foreign key relationships and ensure proper data mapping.
- Removed outdated sorting API documentation as it is no longer relevant.
…s, repositories, and services

- Created a migration to add LandMiscellaneousMasterFileId to LMSalesEvidences, LMPastValuations, and LMBuildingRates tables.
- Updated AppDbContextModelSnapshot to reflect new schema changes.
- Modified LMBuildingRates, LMPastValuation, and LMSalesEvidence models to include LandMiscellaneousMasterFileId as a foreign key.
- Enhanced DTOs for LMBuildingRates, LMPastValuation, and LMSalesEvidence to include LandMiscellaneousMasterFileId and related navigation properties.
- Updated repositories to support fetching records by LandMiscellaneousMasterFileId and include related master file data.
- Adjusted services to handle new methods for retrieving data based on LandMiscellaneousMasterFileId and to map master file details in response DTOs.
@JalinaH JalinaH merged commit 7557484 into dev-jalina Jul 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants