- Added detailed architecture and component hierarchy documentation for the in-app project editor. - Introduced `ProjectFileService` to manage file operations with improved path validation. - Updated `electron.vite.config.ts` to set `UV_THREADPOOL_SIZE` for better performance on Windows. - Deferred non-critical startup tasks in `index.ts` to avoid thread pool contention. - Enhanced `CliInstallerService` with timeout handling for status gathering to prevent UI hangs. - Added tests for `CliInstallerService` to ensure proper timeout behavior. |
||
|---|---|---|
| .. | ||
| diff-view | ||
| edit-project | ||
| iteration-01-core-team-list.md | ||
| iteration-02-team-detail-members.md | ||
| iteration-03-kanban-board.md | ||
| iteration-04-messaging-review.md | ||
| iteration-05-testing-polish.md | ||
| iteration-06-team-provisioning.md | ||
| README.md | ||
Итерации реализации
Здесь лежат планы реализации фич итерациями (vertical slices), чтобы двигаться постепенно и каждый шаг давал видимый результат.
Список
- Итерация 01 — Core Foundation + Team List
- Итерация 02 — Team Detail + Members
- Итерация 03 — Kanban Board (click-to-move)
- Итерация 04 — Messaging + Review
- Итерация 05 — Testing + Polish
- Итерация 06 — Team Provisioning (Create Team из UI)
Принципы
- Vertical slice: в каждой итерации доводим минимум “end-to-end” (types → main → IPC → preload → renderer → UI)
- Чёткий scope: у каждой итерации есть цели и не‑цели
- Definition of Done: заранее фиксируем критерии готовности и ручную проверку