Разбить adminProductHandler.js на модули (1054 строк) #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Проблема
adminProductHandler.js— 1054 строк. Нарушает правило 100 строк на файл.Решение
Разбить на модули:
product/createHandler.js— создание товараproduct/updateHandler.js— обновлениеproduct/deleteHandler.js— удалениеproduct/importHandler.js— импорт ZIP/CSVproduct/categoryHandler.js— категорииproduct/locationHandler.js— локацииproduct/index.js— роутерПриоритет: ВЫСОКИЙ
Дубликат ишьюса #51. Закрываю как дубликат.