Skip to content

VSN-2566 : Adding feature of setting document summary.

yassine.elazami a demandé de fusionner VSN-2566 vers develop

Merge Request Description

Refactor: Adding HTTP Request Configuration

This commit introduces a standardized HTTP request configuration. It ensures that all service calls are consistent, maintainable, and easier to extend in the future.

Refactor: Common Version Updated

This commit updates the common version used across the project. It aligns dependencies and shared modules to the latest stable version, improving compatibility and reducing potential conflicts.

Feature: Adding Service Related to Saving Document Summary

This commit implements a dedicated service responsible for handling the saving of document summaries. It encapsulates the business logic required to persist summaries efficiently.

Feature: Defining DTO Related to Summary Saving

This commit defines the Data Transfer Objects (DTOs) necessary for managing document summary saving operations. It provides a clear contract for data exchange between layers of the application.

Feature: Feature Exposition

This commit exposes the newly added functionality for document summary management. It makes the feature accessible to other parts of the system, enabling integration and usage within the broader application.

Closes VSN-2566

Rapports de requête de fusion