Introduces a new column to the Project database table. #91

Merged
vikas.nale merged 1 commits from Ashutosh_Enhancement#496_ShortName into main 2025-06-10 14:20:38 +00:00
Collaborator

This change includes comprehensive updates across the application layers to support the new column:

  • Database schema migration to add the new column to the Project table.
  • Updates to all relevant Data Transfer Objects (DTOs) to include the new field.
  • Modifications to View Models to expose or consume the new data in the UI.
  • Adjustments to Mappers for correct transformation between entities, DTOs, and view models.
  • Controller updates to handle CRUD operations for the new column via the API.
This change includes comprehensive updates across the application layers to support the new column: - Database schema migration to add the new column to the `Project` table. - Updates to all relevant Data Transfer Objects (DTOs) to include the new field. - Modifications to View Models to expose or consume the new data in the UI. - Adjustments to Mappers for correct transformation between entities, DTOs, and view models. - Controller updates to handle CRUD operations for the new column via the API.
ashutosh.nehete added 1 commit 2025-06-10 11:11:24 +00:00
vikas.nale merged commit db49522756 into main 2025-06-10 14:20:38 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/marco.pms.api#91
No description provided.