DSCKabarak / ComradeMarketPlace

A community project, that is an e-commerce website.
11 stars 14 forks source link

"Refactor models, serializers, and URLs in marketplace module" #79

Closed wekesa360 closed 6 months ago

wekesa360 commented 6 months ago

This pull request includes refactoring of the models, serializers, and URLs in the marketplace module. The changes aim to improve code organization and readability. The refactoring includes updates to the Category and Product models, import statements, and URLs in the marketplace module. Additionally, the CommentViewSet has been updated to handle missing product_id and empty comments. The changes are intended to enhance the overall maintainability and performance of the marketplace module.

Addressed issue: #57