mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
1.7 KiB
1.7 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, references, parent_task_id, ordinal
| id | title | status | assignee | created_date | updated_date | labels | dependencies | references | parent_task_id | ordinal | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-1.6 | Phase 6 (Optional): Reorganize services by domain directories | Done | 2026-02-10 18:46 | 2026-02-18 04:11 |
|
|
TASK-1 | 4000 |
Description
If service flattening remains hard to navigate after Phases 1-5, optionally move modules into domain-based folders and update imports.
Acceptance Criteria
- #1 A clear go/no-go decision for domain restructuring is documented based on post-phase-5 codebase state.
- #2 If executed, service modules are reorganized into domain folders with no import or runtime breakage.
- #3 Build and core test commands pass after any directory reorganization.
Implementation Plan
- Assess post-phase-5 directory complexity and determine whether domain reorganization is still justified.
- If complexity remains acceptable, record a no-go decision and keep current structure stable.
- If complexity is still problematic, perform import-safe domain reorganization and re-run build/tests.
Implementation Notes
Decision: no-go on Phase 6 directory reorganization for now. After Phases 1-5, service/module consolidation and test expansion have improved maintainability without introducing a high-risk import churn.
Rationale: preserving path stability now reduces regression risk while Phase 4 smoke validation remains open and large refactor commits are still stabilizing.
Verification baseline remains green (pnpm run test:core) with current structure.