-
Notifications
You must be signed in to change notification settings - Fork 39
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
Make it possible to download a ZIP file containing QR codes of bulk selected netboxes/rooms #2899
Draft
johannaengland
wants to merge
3
commits into
Uninett:master
Choose a base branch
from
johannaengland:feature/bulk-download-qr-codes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Make it possible to download a ZIP file containing QR codes of bulk selected netboxes/rooms #2899
johannaengland
wants to merge
3
commits into
Uninett:master
from
johannaengland:feature/bulk-download-qr-codes
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
johannaengland
changed the title
Feature/bulk download qr codes
Make it possible to download a ZIP file containing QR codes of bulk selected netboxes/rooms
May 6, 2024
johannaengland
force-pushed
the
feature/bulk-download-qr-codes
branch
from
May 7, 2024 07:15
afdc234
to
1bfc71e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2899 +/- ##
==========================================
+ Coverage 56.35% 56.60% +0.24%
==========================================
Files 603 603
Lines 43862 43916 +54
Branches 48 48
==========================================
+ Hits 24719 24859 +140
+ Misses 19131 19045 -86
Partials 12 12 ☔ View full report in Codecov by Sentry. |
johannaengland
force-pushed
the
feature/bulk-download-qr-codes
branch
2 times, most recently
from
May 7, 2024 09:55
d21e516
to
17bc18f
Compare
johannaengland
force-pushed
the
feature/bulk-download-qr-codes
branch
from
May 16, 2024 07:53
17bc18f
to
9d4bb24
Compare
johannaengland
force-pushed
the
feature/bulk-download-qr-codes
branch
from
May 16, 2024 10:45
9d4bb24
to
f75b9eb
Compare
johannaengland
force-pushed
the
feature/bulk-download-qr-codes
branch
from
July 3, 2024 12:48
f75b9eb
to
2be6e05
Compare
johannaengland
force-pushed
the
feature/bulk-download-qr-codes
branch
from
August 7, 2024 16:23
2be6e05
to
fb3e170
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The last step to #2586.
It does not currently offer the ZIP file to download. I was able to create the ZIP file and am able to access it in the frontend (which I've shown by setting the ZIP file as bytes as the source of the added anchor element), but I do not know how to make it possible for the user to download it from there.
Screenshots - before and after
Before:
After: