You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SoulSync/webui/docs/migration
Antti Kettunen 18a70be0df
docs(webui): sync stats migration status
2 days ago
..
README.md docs(webui): group migration planning docs 2 days ago
page-migration-overview.md docs(webui): sync stats migration status 2 days ago
stats-migration-plan.md docs(webui): sync stats migration status 2 days ago

README.md

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