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

Import with address lookup should handle problems gracefully #2716

Open
2 tasks
sleidig opened this issue Dec 13, 2024 · 0 comments
Open
2 tasks

Import with address lookup should handle problems gracefully #2716

sleidig opened this issue Dec 13, 2024 · 0 comments
Labels
Type: Improvement Improvement/Extension of existing feature with benefit for the user

Comments

@sleidig
Copy link
Member

sleidig commented Dec 13, 2024

When importing a lot of data and mapping to a "location" (i.e. address with map position) field, the system remains very long in the loading screen of step 4 in the import flow (generating the preview) without showing any data. If something fails during those address lookups, it seems to even remain stuck completely.

  • loading addresses should be done asynchronously, after already showing the import data preview rows. We can one-by-one fill the address result for records rather than completely blocking the preview until all are loaded
  • if one or more requests to the external lookup API fail, we should handle this gracefully. Skip over that record, leave the location empty and maybe show an option in the preview to retry the lookup manually.
@github-project-automation github-project-automation bot moved this to Triage / Analysis in All Tasks & Issues Dec 13, 2024
@sleidig sleidig added the Type: Improvement Improvement/Extension of existing feature with benefit for the user label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Improvement/Extension of existing feature with benefit for the user
Projects
Status: Triage / Analysis
Development

No branches or pull requests

1 participant