soulsync/webui/docs/migration
Antti Kettunen 400d0dd48a
docs(import): align migration docs
- describe the implemented nested /import route structure
- document the route-local workflow store and stable draft state
- update testing, risk, and cleanup notes to match the current code
2026-05-24 21:17:22 +03:00
..
import-migration-plan.md docs(import): align migration docs 2026-05-24 21:17:22 +03:00
page-migration-overview.md docs(import): align migration docs 2026-05-24 21:17:22 +03:00
README.md feat(webui): migrate import route to React 2026-05-24 21:11:40 +03:00
stats-migration-plan.md docs(webui): sync stats migration status 2026-05-23 21:23:32 +03:00

WebUI Migration Docs

This folder is the home for React migration planning work inside webui.

Purpose

  • Keep migration planning close to the code it describes.
  • Separate WebUI migration docs from repo-level product or backend docs.
  • Give each route migration a predictable place to live.

Current Docs

Naming Guidance

  • Keep one high-level backlog / sequencing doc:
    • page-migration-overview.md
  • Use one route-specific plan per migration task:
    • <route>-migration-plan.md

Examples:

  • search-migration-plan.md
  • watchlist-migration-plan.md
  • library-migration-plan.md

Scope

Use this folder for:

  • migration sequencing
  • route-specific implementation sketches
  • React ownership cutover notes
  • shell handoff notes tied to WebUI page migrations

Do not use this folder for:

  • generic product docs
  • backend architecture notes unrelated to WebUI migration
  • permanent user-facing documentation