Skip to content

VSN-1208/Implement VehicleBrandModel operations: CRUD, pagination, filtering, sorting, toggle active state and additional operations.

salaheddine zidani a demandé de fusionner feature/VSN-1208 vers develop

This MR implements the following operations for the VehicleBrandModel entity:

  1. Fetches paginated, filtered, and sorted vehicle brand models.
  2. Retrieves details of a vehicle brand model by its ID.
  3. Allows the creation of a new vehicle brand model.
  4. Updates the data of an existing vehicle brand model.
  5. Toggles the active/inactive state of a vehicle brand model.
  6. Retrieves all vehicle brand models with optional filters such as "active" status.

The implementation includes controllers, services, repositories, and relevant DTOs to support these operations.

Closes VSN-1208

Rapports de requête de fusion