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

Improve reliability of import CSV feature #607

Closed
notsidney opened this issue Dec 21, 2021 · 0 comments · Fixed by #685
Closed

Improve reliability of import CSV feature #607

notsidney opened this issue Dec 21, 2021 · 0 comments · Fixed by #685
Labels
enhancement New feature or request

Comments

@notsidney
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, when importing from CSV, rows are added on the frontend. This allows the feature to respect any access control restrictions placed on the user doing the import and ensure the same audit fields are written if enabled.

But since rows are written one at a time, it can take a long time to complete the process, and an app crash can stop the import midway, forcing users to go through the import wizard again.

Describe the solution you'd like
Firestore batched writes are a potential solution, but we haven’t explored them yet.

Additional context
On Discord: https://discord.com/channels/853498675484819476/864878815544475648/922508526499270737

@notsidney notsidney added the enhancement New feature or request label Dec 21, 2021
@notsidney notsidney linked a pull request Jun 13, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants