Skip to content

Migrated-names count for an Account (Portal/Manager migration progress) #2058

@shrugs

Description

@shrugs

Sub-issue of #2035.

Context

The apps/manager migration flow (PR ensdomains/apps-monorepo#593) needs a count of "names this Account has successfully migrated from V1 → V2" to drive the dashboard's MigrationProgressBanner.

Why this matters

Without it, manager has to:

  • keep hitting the V1 subgraph (a path PR Fix/changesets 21 #593 is trying to remove), or
  • fan out per-name lookups across both V1 and V2 to compute the intersection client-side, or
  • skip the progress banner entirely.

Related

  • ensdomains/apps-monorepo#593 (consumer)
  • apps/manager/src/features/migration/service/getMigratedNamesCount.ts (current legacy-subgraph implementation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions