-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add direct download of proforma zip #2834
base: main
Are you sure you want to change the base?
Conversation
4a21c2d
to
31e7826
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2834 +/- ##
=======================================
Coverage 69.63% 69.63%
=======================================
Files 211 211
Lines 6751 6755 +4
=======================================
+ Hits 4701 4704 +3
- Misses 2050 2051 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thank you! I am happy to see you continue on these issues and provide a direct import and export functionality in CodeOcean. I've just skimmed through the changes and made a minor comment regarding the spelling.
@@ -37,6 +37,8 @@ de: | |||
download_file_tree: | |||
file_root: Erstellte Dateien | |||
gone: Die angeforderte Datei konnte nicht abgerufen werden. Erstellte Dateien werden nur kurzzeitig vorgehalten und dann gelöscht. Bitte führen Sie den Code erneut aus und versuchen Sie dann wieder den Download der Datei. | |||
download_proforma: | |||
label: Download Proforma Zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on our wording in CodeHarbor, I would recommend using ZIP with capital letters.
label: Download Proforma Zip | |
label: Download Proforma ZIP |
In CodeHarbor, we also used the term "ProformaXML". However, this might be too long:
Alternatively, we dropped "ProformaXML" completely 🙈:
Long story short: I would, at least, capitalize ZIP. On everything else, I am undecided.
@@ -37,6 +37,8 @@ en: | |||
download_file_tree: | |||
file_root: Generated Files | |||
gone: The requested file could not be retrieved. Generated files are only held for a short time and are then deleted. Please run the code again and then try downloading the file a second time. | |||
download_proforma: | |||
label: Download Proforma Zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above.
adds download part for #1521