Files
web-app-launcher/plans/phase-2-enhanced-features/PLAN.md
T
alexei.dolgolyov 477c0e4d52 feat(phase2): localization EN/RU + additional widget types
- Add svelte-i18n with 224 translation keys (English + Russian)
- Language switcher in header (EN/RU toggle, persists to localStorage)
- Extract all hardcoded strings from 37 component/page files
- Add 4 new widget types: Bookmark, Note (markdown), Embed (iframe), Status
- WidgetRenderer dispatches by type, WidgetGrid supports full-width widgets
- Type-specific config forms in board editor
- Install marked for markdown rendering
2026-03-24 23:18:05 +03:00

1.7 KiB

Feature: Phase 2 — Enhanced Features

Branch: feature/phase-2-enhanced-features Base branch: master Created: 2026-03-24 Status: 🟡 In Progress Strategy: Big Bang Mode: Automated Execution: Orchestrator

Summary

Add OAuth/Authentik integration, drag-and-drop reordering, localization (EN/RU), additional widget types (bookmark, note, embed, status), and per-board access control UI.

Build & Test Commands

  • Build: npm run build
  • Test: npm test
  • Lint: npm run lint
  • Type Check: npm run check

Phases

  • Phase 1: OAuth/Authentik Integration [fullstack] → subplan
  • Phase 2: Drag-and-Drop Reordering [frontend] → subplan
  • Phase 3: Localization EN/RU [fullstack] → subplan
  • Phase 4: Additional Widget Types [fullstack] → subplan
  • Phase 5: Per-Board Access Control UI [fullstack] → subplan
  • Phase 6: Integration & Polish [fullstack] → subplan

Phase Progress Log

Phase Domain Status Review Build Committed
Phase 1: OAuth fullstack Done
Phase 2: DnD frontend Done
Phase 3: Localization fullstack Done
Phase 4: Widgets fullstack Done
Phase 5: Access Control fullstack Not Started
Phase 6: Integration fullstack Not Started

Final Review

  • Comprehensive code review
  • Full build passes
  • Full test suite passes
  • Merged to master