docs: add checklist for .material to .base refactoring
Co-authored-by: aider (openai/DeepSeek-V3.2-Thinking) <aider@aider.chat>
This commit is contained in:
15
inventory-backend/CHECKS_NEEDED.md
Normal file
15
inventory-backend/CHECKS_NEEDED.md
Normal file
@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user