-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Feature] Accept zip archive for upload to Pybricks Code #833
Comments
I like this idea, but I'd be OK to release without this feature. Copying a few files over isn't that much work for the end user, and not a bad idea anyway when migrating to a stable version. The beta isn't going away, so there is no risk of losing files. |
This issue hasn't really come up, so we probably don't need to spend time on this. |
This could be useful if people use the download feature to move their stuff to another computer. And edge cases like #896 (comment) But I agree that we can live without it. |
I'm re-opening this based on input from an FLL coach. Another good use case for this is allowing FLL/WRO teams to back up their work and share between users/computers: Originally posted by @TheWendyPower in https://fosstodon.org/@WendyDLN@mastodon.online/109909743109786344:
Originally posted by @laurensvalk in https://fosstodon.org/@laurensvalk/109912897687287118:
Originally posted by @TheWendyPower in https://fosstodon.org/@WendyDLN@mastodon.online/109915280010666159:
|
Also add a new dialog to get user input when file names conflict. Previously, we were not supplying a list of existing files, so existing files were silently written over. Fixes: pybricks/support#833
Also add a new dialog to get user input when file names conflict. Previously, we were not supplying a list of existing files, so existing files were silently written over. Fixes: pybricks/support#833
When we release the next version of Pybricks Code to
code.pybricks.com
, users who have been usingbeta.pybricks.com
will likely want to move their files. Exporting the files is easy using the Backup all files button. But importing doesn't currently accept zip files, so the backup needs to be unzipped first. The Import a file open dialog allows multiple selection, so all files from this folder can be imported at one time.So we should either document how to do this or consider allowing selecting a zip file when importing.
The text was updated successfully, but these errors were encountered: