chore: обновление страницы «Разработка» — Sprint 8 прогресс 92%, theme-aware компоненты
Some checks failed
CI / Lint & Format (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Build All Apps (push) Has been cancelled
CI / E2E Tests (Playwright) (push) Has been cancelled
CI / Deploy to Production (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-02-20 14:38:08 +00:00
parent 1e0e9750b1
commit 3578e49c7e

View File

@@ -113,7 +113,7 @@ export const sprints: Sprint[] = [
},
{
id: 8, name: 'Sprint 8', subtitle: 'Полировка + Темы + Release',
startWeek: 15, durationWeeks: 2, percent: 90, color: '#6366F1',
startWeek: 15, durationWeeks: 2, percent: 92, color: '#6366F1',
tasks: [
{ title: 'E2E тесты (Playwright) — 182 теста', done: true },
{ title: 'Фикс dashboard 400 + cursor-пагинация', done: true },
@@ -137,6 +137,7 @@ export const sprints: Sprint[] = [
{ title: 'Темы: полное покрытие UI (sidebar, диалоги, формы)', done: true },
{ title: 'Темы: поддержка тем в web-admin и web-club-admin', done: true },
{ title: 'Ребрендинг: FitCRM → MyFitCRM (логотип, 17 файлов)', done: true },
{ title: 'Страница «Разработка»: theme-aware компоненты (6 файлов, 60+ правок)', done: true },
{ title: 'App Store + Google Play', done: false },
{ title: 'Пилотное внедрение', done: false },
],
@@ -158,7 +159,8 @@ export const doneLog: DoneItem[] = [
'Темы: ThemeProvider + globals.css + @theme inline для web-admin и web-club-admin',
'Ребрендинг: MyFitCRM — SVG-логотип (компонент Logo), замена в 17 файлах',
'Ребрендинг: page titles, sidebar, Swagger, email sender, mobile app.json, landing',
'Sprint 8 → 90%',
'Страница «Разработка»: 60+ hardcoded цветов → theme-aware классы (6 компонентов: ProgressTab, TestingTab, E2ETests, ManualTests, Issues, page)',
'Sprint 8 → 92%',
],
},
{