Разбить adminProductHandler.js на модули (1054 строк) #82

Closed
opened 2026-06-17 19:42:34 +00:00 by NW · 1 comment
Owner

Проблема

adminProductHandler.js — 1054 строк. Нарушает правило 100 строк на файл.

Решение

Разбить на модули:

  • product/createHandler.js — создание товара
  • product/updateHandler.js — обновление
  • product/deleteHandler.js — удаление
  • product/importHandler.js — импорт ZIP/CSV
  • product/categoryHandler.js — категории
  • product/locationHandler.js — локации
  • product/index.js — роутер

Приоритет: ВЫСОКИЙ

## Проблема `adminProductHandler.js` — 1054 строк. Нарушает правило 100 строк на файл. ## Решение Разбить на модули: - [ ] `product/createHandler.js` — создание товара - [ ] `product/updateHandler.js` — обновление - [ ] `product/deleteHandler.js` — удаление - [ ] `product/importHandler.js` — импорт ZIP/CSV - [ ] `product/categoryHandler.js` — категории - [ ] `product/locationHandler.js` — локации - [ ] `product/index.js` — роутер ## Приоритет: ВЫСОКИЙ
NW added this to the Phase 2: Architecture & Refactoring milestone 2026-06-17 19:42:34 +00:00
NW added the priority::hightype::refactorphase::2 labels 2026-06-17 19:42:34 +00:00
Author
Owner

Дубликат ишьюса #51. Закрываю как дубликат.

Дубликат ишьюса #51. Закрываю как дубликат.
NW closed this issue 2026-06-17 21:20:29 +00:00
Sign in to join this conversation.