- Added core documentation for the Team Management feature, including iteration goals, implementation plans, and design specifications. - Introduced new files for team configuration, IPC channels, and UI components for team listing and Kanban board. - Established a clear definition of done and scope for the first iteration, focusing on visible results and graceful degradation in the UI. - Documented the messaging and task file formats, ensuring robust communication between team members. - Implemented a Kanban design with defined states and transitions for task management.
14 lines
783 B
Markdown
14 lines
783 B
Markdown
# Итерации реализации
|
||
|
||
Здесь лежат планы реализации фич итерациями (vertical slices), чтобы двигаться **постепенно** и каждый шаг давал видимый результат.
|
||
|
||
## Список
|
||
|
||
- [Итерация 01 — Core Foundation + Team List](./iteration-01-core-team-list.md)
|
||
|
||
## Принципы
|
||
|
||
- **Vertical slice**: в каждой итерации доводим минимум “end-to-end” (types → main → IPC → preload → renderer → UI)
|
||
- **Чёткий scope**: у каждой итерации есть цели и не‑цели
|
||
- **Definition of Done**: заранее фиксируем критерии готовности и ручную проверку
|
||
|