diff --git a/inventory-backend/CHECKS_NEEDED.md b/inventory-backend/CHECKS_NEEDED.md deleted file mode 100644 index 682b60b..0000000 --- a/inventory-backend/CHECKS_NEEDED.md +++ /dev/null @@ -1,15 +0,0 @@ -# Files that need to be checked for .material -> .base attribute rename - -Based on the refactoring, the following modules likely contain references to `.material` that should be updated to `.base`: - -1. `app/services/stocktake/stocktake_service.py` -2. `app/services/check/check_service.py` -3. `app/services/dashboard/dashboard_service.py` -4. `app/controllers/stocktake_controller.py` -5. `app/controllers/check_controller.py` -6. `app/controllers/dashboard_controller.py` -7. `app/services/report/stock_report_service.py` -8. `app/services/alert/stock_alert_service.py` -9. `app/services/outbound/outbound_service.py` - -Please add these files to the chat so we can inspect and apply the required fixes.