4 Commits

Author SHA1 Message Date
b9b2adb804
feat(products): update products service, controller and module
Updated products.service.ts to improve product fetching with added console logs and response modifications. Endpoint name in products.controller.ts has been changed from 'new' to 'add' with parameter adjustments for fetching. In products.module.ts, CredentialsModule was imported for enhanced functionality.
2024-07-15 12:16:25 +02:00
007cee5951
feat(products): implement CRUD operations and pagination
Added the implementation for Create, Read, Update, and Delete (CRUD) operations in the `ProductsService` and `ProductsController`. These include methods for adding, editing, deleting and listing all products with pagination. All these changes are reflected in the `ProductsModule` and related DTO file.
2024-07-15 11:41:18 +02:00
b03b178fe3
docs(products): add TODOs for future functionalities
This commit introduces several TODOs for future operations on the 'products' service and controller. These primarily outline desired functionalities such as adding, editing, and deleting a product, and listing all products with pagination.
2024-07-12 14:24:02 +02:00
cb8de798c3
feat: Add new modules and services for stocks, transactions, and products
This commit introduces new nest.js modules for stocks, transactions and products, along with their respective services and controllers. These provide foundation for further feature development in these areas.
2024-07-12 14:20:48 +02:00