Skip to content

MS-241/feat(common): Add weekly ShippingBO report template and client basic info endpoint

salaheddine zidani a demandé de fusionner feature/MS-241 vers develop

Summary

This MR adds support for weekly failed ShippingBO orders reporting and introduces a lightweight endpoint for fetching basic client information.

Changes

EmailTemplateConstants

  • Added WEEKLY_FAILED_SHIPPINGBO_ORDERS_REPORT constant pointing to weekly_failed_shippingbo_orders_report.html

UserServicePath

  • Added GET_CLIENTS_BASIC_INFO_LIST constant for the /clients/basic-info-list endpoint

New DTO

  • Added ClientBasicInfoDto with fields: id, firstName, lastName, email

Purpose

  • Enable weekly reporting of failed ShippingBO orders via email
  • Provide a lightweight endpoint for retrieving essential client information without fetching full client entities

Closes MS-241

Rapports de requête de fusion