Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importers: Consolidate list of supported/available importers #90635

Open
3 tasks
daledupreez opened this issue May 13, 2024 · 0 comments
Open
3 tasks

Importers: Consolidate list of supported/available importers #90635

daledupreez opened this issue May 13, 2024 · 0 comments
Labels
Site Importer Site Importer related issues [Type] Task

Comments

@daledupreez
Copy link
Contributor

Details

We have multiple places in Calypso that track permitted/enabled importers, including the following:

  • getConfig() and getImporters() in client/lib/importer/importer-config.tsx
  • The logic in getFinalImporterUrl() in client/landing/stepper/declarative-flow/internals/steps-repository/import/helper.ts includes a local productImporters constant
  • The ListStep component in client/blocks/import/list/index.tsx includes a hard-coded list of primary and secondary import platforms

Checklist

  • Confirm which platforms should be enabled during import flows
  • Confirm which location we're going to use as our source of truth
  • Update callers to use the primary location

Related

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Site Importer Site Importer related issues [Type] Task
Projects
None yet
Development

No branches or pull requests

1 participant