Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Released 29.07.2024

Check If Lifecycle of the Startup in the DispatchService is Proper

[RTP-31455] 

Check If Lifecycle of the Startup in the DispatchService is Proper. Removed few dependencies which were unnecessary.


BlobStagingMerger needs an overhaul

[RTP-31485] 

This is a Tech Debt. Implementing overhaul on BlobStaginMerger  has decoupled from  Inventory.StockStatus.Export blob type, ensuring greater flexibility and enabling easy extension to support other blob types as needed.


 DispatchService failed at LrsGresvigProd

[RTP-25039] 

Verified triggering Inventory.StockStatus.Export blobs via FileService, confirming successful data import into staging tables (FlatBatch, FlatBatchJson), and verifying BlobStagingMerger updates to [dbo].[stock], along with scheduled stock exports. Ensured jobs are correctly enabled and operational


Prevent DivideByZero Exception 

[RTP-31448] 

Quantity with 0 value in the request will provide delivery alternatives for both Dispatch Suggestion and Delivery Suggestion.


Upgrade packages specific to test projects

[RTP-31803] 

Remove old postnord service agent repo

[RTC-19143] 

...

Filter out inactive stores in pacstores method

...

Inactive stores are not returned as delivery alternatives in pacstores method.


Inactive items should be notDeliverable

(RTC-36773)

Inactive items will be under "notDeliverable" parameter in the response of /api/stock/{storeNo}/deliverability endpoint


obsolete hardcoded deliveryProducts removed 

[RTP-27378]

Remove obsolete hardcoded delivery products. Delivery products Click&Collect, Helthjem standard and Helthjem NA are removed from hardcoded values


Inventory management replaced with new Dispatch management project

[RTC-33073] 

Renaming to Dispatch Management which was earlier Inventory Management


expectedDeliveryDescription" value should be null

(RTP-26423)

Response parameter expectedDeliveryDescription value is changed from "2 timer" to ""(null). This value will be later configured dynamically.

Inactive items should be notDeliverable

(RTC-36773)

Inactive items will be under "notDeliverable" parameter in the response of /api/stock/{storeNo}/deliverability endpoint



...

Released 24.06.2024

Dispatch Suggestion splitting fix

...