Targeted Environments
- MTOA-INT, MTOA-TEST, KANGA-INT, KANGAT-TEST
...
CRSM (AP) - Implement Support Different Statuses for Service/Activity:
The ability to have the list of available statuses different per service attribute rather than just at the service level. This change provides unique service standard start and stop indicators as well. The Aeronautical Products services were reviewed recently by the Service Inventory analysts, and the impact is that there are now 5 AP services, down from 10. Three of the AP services support 2 service standards. This is the case when, for the same service, an attribute will determine which standard applies, 30 or 60 days.
...
MTOA NuGet packages Release Notes
Version 0.15.23.154 (2021-05-20) (based on the prod release 1.5.0 with ServiceRequest changes for CRSM.
Update Edmx for branch)
Breaking change
N/A
MTOA Database – Release Note for Version (v1.15.0)
Schema Structure Changes
Table | Column | Comments |
---|---|---|
AC207_SERVICE_REQUEST_STATUS | SERVICE_STANDARD_ID | added, with a default of 0 |
YY201_SERVICE_REQUEST |
...
SERVICE_STANDARD_ID | added, with a default of 0 | |
AC207_SERVICE_REQUEST_STATUS |
...
AC207_PK | Changed to include 3 columns: TC_SERVICE_CD, REQUEST_STATUS_CD, SERVICE_STANDARD_ID |
...
Add SERVICE_STANDARD_ID as part of primary key
Update Domain Object
Add ServiceStandardId property to:
ServiceRequestCreationDTO
BaseServiceRequest
Update ServiceRequestManager , ServiceRequestRepository and ServiceRequestApi:
Add serviceStandardId parameter to and CreateServiceRequest Create method
Update ServiceRequestController
...
YY201_SERVICE_REQUEST | YY201_AC207_FK | |
Data Changes
Table | Column | Data | Comments |
---|---|---|---|
AC207_SERVICE_REQUEST_STATUS | SERVICE_STANDARD_ID | Updates for existing AP request statuses | Support for multiple categorizations for the different standard support by the service |
Additions of the new request statuses and categorizations for the AP services that support 2 service standards. |