Action items
Jira ticket:
Applied on Dev at:
Applied on UAT at:
Applied on Prod at:
Responsible Person
Update TokenManager to version 2.1.14 Deploy DMS and Barcodes
15 Feb 2023
15 Feb 2023
Sprint 23: Update usesСount for clients
WG-977
14 Dec 2022
14 Dec 2022
15 Dec 2022
Arthur Viltovskiy (Unlicensed)
Sprint 23: Update Pre-Alert Template
WG-1063
13 Dec 2022
13 Dec 2022
15 Dec 2022
Dmitry Skuratovich (Unlicensed)
Sptint 21: Update Ihub mapping ( Push Delivery Arrive, Push Dispatch Confirmation,
Push Goods Received Notice Confirmation)
WG-998
21 Nov 2022
22 Nov 2022
29 Nov 2022
Arthur Viltovskiy (Unlicensed)
Maksim Trifonov (Unlicensed)
Sprint 21: Apply content compression
WG-419
21 Nov 2022
22 Nov 2022
29 Nov 2022
Dmitry Skuratovich (Unlicensed)
Sprint 21: Update PRE_ALERT and PURSHCASE_ORDER notifications system templates
WG-942
16 Nov 2022
16 Nov 2022
29 Nov 2022
Dmitry Skuratovich (Unlicensed)
Sprint 21: Update TokenManager
Arthur Viltovskiy (Unlicensed)
Maksim Trifonov (Unlicensed)
Sprint 20: Fix typo issue in the confirmation email template
WG-990
09 Nov 2022
09 Nov 2022
16 Nov 2022
Dmitry Skuratovich (Unlicensed)
Sprint 20: Set ClientId to CostCategories, Alerts, Locations
WG-108
02 Nov 2022
09 Nov 2022
16 Nov 2022
Arthur Viltovskiy (Unlicensed)
Sprint 20: Set a scope value to the access tokens with the actual organizationId with type=CLIENT. For example, the actual organizationId is 2, then execute the SQL as follows:
Code BlockUPDATE
[TokenManager].[AccessTokens]
SET
Scope = 'OrganisationId:2'
WHERE
Scope IS NULL
Jira Legacyserver System JIRA serverId b157ffa3-650f-3eac-ac6a-49d6a4f1db87 key WG-239
02 Nov 2022
09 Nov 2022
16 Nov 2022
Arthur Viltovskiy (Unlicensed)
Sptint 20: To update Search Index (clientId was added)
WG-923
02 Nov 2022
09 Nov 2022
16 Nov 2022
Arthur Viltovskiy (Unlicensed)
Sprint 20: To change “Customer Name” at Confirmation Email Template with “Confirmation Person Name”
WG-881
27 Oct 2022
27 Oct 2022
08 Nov 2022
Dmitry Skuratovich (Unlicensed)
Sprint 19: To replace email templates variables with camelCase
WG-896
24 Oct 2022
24 Oct 2022
08 Nov 2022
Dmitry Skuratovich (Unlicensed)
Sprint 17: To add new notifications system templates
WG-686
WG-675
22 Sep 2022
22 Sep 2022
26 Sep 2022
Sprint 16: To add Purchase Order Template Code To keyvault
16 Sep 2022
22 Sep 2022
23 Sep 2022
Sprint 14: To add room configuration to database
18 Jul 2022
30 Aug 2022
06 Sep 2022
Sprint 14: To add values to keyVault
"SupplierPortal": { "BaseUrl": "{BaseUrl}", "ExpirationDays": "{ExpirationDays}" },
19 Aug 2022
30 Aug 2022
06 Sep 2022
Sprint 14: To add Financier Connection string
19 Aug 2022
30 Aug 2022
06 Sep 2022
Sprint 13: Seko360 Booking Confirmation Email Template (Notification System)SEKO360_BOOKING_CONFIRMATION
should be added to the prod as soon as it’s tested in UAT.
30 Aug 2022
06 Sep 2022
Sprint 12: To add KV values:
NsClient--Token
NsClient--PreAlertEmailTemplateCode
NsClient--BaseUrl
DmsClient--Token
DmsClient--PreAlertPdfTemplateCode
DmsClient--BaseUrl
18 Jul 2022
18 Jul 2022
04 Aug 2022
Sprint 12: Change Push Dispatch Confirmation to V7 and change mapping to:
Code Block{
"SourceReference": "{{Dispatch.SalesOrderReference}}",
"Date": "{{Dispatch.DispatchDate}}",
"GoodsDispatch": [
{{ for item in List.DispatchLineItem }}
{
"Sku": "{{item.ProductCode}}",
"ProductColour": "{{item.ProductColour}}",
"ProductDescription": "{{item.ProductDescription}}",
"ProductGrossWeight": {{item.ProductGrossWeight}},
"ProductSize": "{{item.ProductSize}}",
},
{{ end }}
]
}
18 Jul 2022
18 Jul 2022
04 Aug 2022
Sprint 11: To Add CargoWiseClient-RetryDelay to keyvault
06 Jul 2022
18 Jul 2022
04 Aug 2022
Sprint 11: Setup Search Indexer
01 Jul 2022
06 Jul 2022
04 Aug 2022
Sprint 11: Seko360 Pre-Alert Email Template (Notification System)SEKO360_PRE_ALERT
should be added to the prod as soon as it’s tested in UAT.
01 Jul 2022
01 Jul 2022
04 Aug 2022
Sprint 9: Setup Push Delivery Arrive Service on IHub
May 26, 2022
07 Jun 2022
21 Jun 2022
Sprint 9: To add ConnectionStrings--SharedServiceBusConnection
30 May 2022
07 Jun 2022
01 Jun 2022
Sprint 9: Remove database wg-prod-publicapi-db
or table [PublicAPi].[Countries]
27 May 2022
21 Jun 2022
21 Jun 2022
Change “Push Goods Received Notice Confirmation“ mapping on iHub to
Code Block{
"BookingReference": "{{ GRN.DeliveryNumber}}",
"ConfirmedDate": {{ if (GRN.ConfirmedDate) }}"{{ GRN.ConfirmedDate }}"{{ else }}null{{end}},
"Receipts": [
{{ for item in List.GRNLineItem }}
{
"Sku": "{{ item.ProductCode }}",
"Quantity": {{ item.Quantity}}
},
{{ end }}
]
}
11 May 2022
21 Jun 2022
21 Jun 2022