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.
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 missingproduct_id
and empty comments. The changes are intended to enhance the overall maintainability and performance of the marketplace module.Addressed issue: #57