Targeted Environments
- MTOA-INT, MTOA-TEST, KANGA-INT, KANGAT-TEST
myTC Account documentation now available through TC confluence : https://tcmarin.atlassian.net/wiki/spaces/MA
Release Notes 1.5.3
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 branch)
Updated Edmx for YY201_SERVICE_REQUEST and AC207_SERVICE_REQUEST_STATUS file
Added SERVICE_STANDARD_ID property
Added SERVICE_STANDARD_ID as part of primary key
Updated Domain Object and added ServiceStandardId property to the ServiceRequestCreationDTO and BaseServiceRequest
Updated ServiceRequestManager , ServiceRequestRepository and ServiceRequestApi to include serviceStandardId parameter for the CreateServiceRequest method
Added serviceStandardId parameter to api/v1/servicerequests endpoint
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 |
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. |