Reza
Reza
@matmair Excuse me. Should I also add unit test in the front end ? Could you give me a few hint how do I write test in front end?
I’ve added several tests for the migrations. However, the code coverage report is flagging the test file itself (src/backend/InvenTree/common/test_migrations.py) for low coverage ! I don't know how I can increase...
@matmair I’ve fixed the failed tests related to the database. Now I need some help with the remaining CI failures. Could you guide me on how to pass these tests?...
The response schema for the part and company list/detail endpoint remains unchanged. However, for adding and deleting images for parts, the old API approach can no longer be used because...
@matmair @SchrodingersGat I think it’s ready for the next round of review
If it needs further changes or refinement, please feel free to let me know.
@SchrodingersGat Thanks regarding the review. I’m a bit busy at the moment, but I will get back to this and fix the conflicts as soon as possible.
@SchrodingersGat Can I work on this issue ?
Of course! I think there are **two approaches** for implementing this: 1. **Move the image field to a separate table and connect it to the Part table with a ForeignKey.**...
@matmair As far as I understood from your comment, you mean we should save part images like other files using the attachment table. How can we differentiate a regular attachment...